mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Merge pull request #10180 from gmponos/patch-3
Cakephp should be in the required packages
This commit is contained in:
commit
1b63d3eaff
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…
Add table
Reference in a new issue