mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Cakephp should be in the required packages
Cakephp should be in the required packages
This commit is contained in:
parent
be87a157b6
commit
4335048bf8
1 changed files with 3 additions and 3 deletions
|
@ -19,11 +19,11 @@
|
|||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-mcrypt": "*"
|
||||
"ext-mcrypt": "*",
|
||||
"cakephp/cakephp": "~2.9"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"cakephp/cakephp": "~2.9"
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"suggest": {
|
||||
"cakephp/cakephp-codesniffer": "Easily check code formatting against the CakePHP coding standards."
|
||||
|
|
Loading…
Reference in a new issue