Skip to content

Commit

Permalink
Move cakephp/cakephp to require (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored Jan 21, 2020
1 parent b06b74e commit d35ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"require": {
"php": "^5.6 || ^7.0",
"cakephp/cakephp": "^3.6",
"lampager/lampager": "^0.4"
},
"require-dev": {
"cakephp/cakephp": "^3.6",
"phpunit/phpunit": "^5.7 || ^6.0",
"php-coveralls/php-coveralls": "^2.2",
"nilportugues/sql-query-formatter": "^1.2"
Expand Down

0 comments on commit d35ccca

Please sign in to comment.