Skip to content

Commit

Permalink
added dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Feb 8, 2023
1 parent 3119e5c commit 120273d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cakedc/enum",
"description": "Enumeration list Plugin for CakePHP 3",
"description": "Enumeration list Plugin for CakePHP 5",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
Expand All @@ -14,13 +14,14 @@
"source": "https://github.com/cakedc/enum"
},
"require": {
"php": ">=7.3",
"cakephp/cakephp": "^4.0"
"php": ">=8.1",
"cakephp/cakephp": "5.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"vlucas/phpdotenv": "^3.3",
"cakephp/cakephp-codesniffer": "^4.0"
"phpunit/phpunit": "^9.5.19",
"cakephp/cakephp-codesniffer": "^5.0",
"cakephp/bake": "3.x-dev",
"cakephp/migrations": "4.x-dev"
},
"autoload": {
"psr-4": {
Expand All @@ -38,7 +39,7 @@
"analyse": [
"@stan",
"@psalm"
],
],
"check": [
"@cs-check",
"@test",
Expand Down

0 comments on commit 120273d

Please sign in to comment.