Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 committed Oct 8, 2019
1 parent bb5c199 commit ed87621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "cakephp/acl",
"description": "Acl Plugin for CakePHP 3.x framework",
"description": "Acl Plugin for CakePHP 4.x framework",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
Expand All @@ -21,11 +21,11 @@
"source": "https://github.com/cakephp/acl"
},
"require": {
"cakephp/cakephp": "^3.6.0",
"cakephp/cakephp": "4.x-dev as 4.0.0",
"cakephp/plugin-installer": "*"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
"cakephp/cakephp-codesniffer": "dev-next",
"phpunit/phpunit": "^5.7.14|^6.0"
},
"autoload": {
Expand Down

0 comments on commit ed87621

Please sign in to comment.