Skip to content

Commit

Permalink
feat: update dependencies (#67)
Browse files Browse the repository at this point in the history
* feat: update dependencies

* fix: restore cakephp version
  • Loading branch information
stefanorosanelli authored Jul 28, 2022
1 parent eb909a2 commit 9625a00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
}
],
"require": {
"php": ">=7.4",
"bedita/php-sdk": "^2.0.0",
"php": "^7.4 || ^8.0",
"bedita/php-sdk": "^2.1.0",
"cakephp/cakephp": "^4.2.2",
"cakephp/twig-view": "^1.2.0"
"cakephp/twig-view": "^1.3.0"
},
"require-dev": {
"cakephp/authentication": "^2.9",
"cakephp/authorization": "^2.2",
"cakephp/cakephp-codesniffer": "~4.2.0",
"cakephp/cakephp-codesniffer": "~4.5.1",
"league/oauth2-client": "^2.6",
"josegonzalez/dotenv": "^3.2",
"phpstan/phpstan": "^1.5",
"phpunit/phpunit": "^8.0|^9.0"
"phpstan/phpstan": "^1.7",
"phpunit/phpunit": "^9.0"
},
"suggest": {
"cakephp/authentication": "^2.9 To use \"ApiIdentifier\", \"Identity\", \"IdentityHelper\" and other authentication features",
Expand Down

0 comments on commit 9625a00

Please sign in to comment.