Skip to content

Commit dd265b4

Browse files
committed
Add PHP and License badges to README
1 parent db9853c commit dd265b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CakePHP Upgrade tool
22

33
[![CI](https://github.com/cakephp/upgrade/actions/workflows/ci.yml/badge.svg)](https://github.com/cakephp/upgrade/actions/workflows/ci.yml)
4+
[![PHP](https://img.shields.io/packagist/php-v/cakephp/upgrade)](https://packagist.org/packages/cakephp/upgrade)
5+
[![License](https://img.shields.io/packagist/l/cakephp/upgrade)](LICENSE)
46

57
Upgrade tools for CakePHP meant to facilitate migrating between CakePHP 4.x
68
versions, from CakePHP 4.x to CakePHP 5.x, and between CakePHP 5.x versions.

0 commit comments

Comments
 (0)