Skip to content

Commit

Permalink
require "josegonzalez/cakephp-upload": "^8.0" and `"cakedc/cakephp-…
Browse files Browse the repository at this point in the history
…phpstan": "^3.0"`, drop minimum-stability option
  • Loading branch information
passchn committed Oct 16, 2023
1 parent d0fa577 commit c35d7cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"ext-fileinfo": "*",
"cakephp/cakephp": "^5.0.0",
"intervention/image": "^2.7.2",
"josegonzalez/cakephp-upload": "cake-5-dev",
"josegonzalez/cakephp-upload": "^8.0",
"league/csv": "^9.8",
"nette/utils": "^3.2 || ^4.0.0"
},
"require-dev": {
"cakedc/cakephp-phpstan": "3.next-cake5-dev",
"cakedc/cakephp-phpstan": "^3.0",
"cakephp/cakephp-codesniffer": "^5.1",
"phpunit/phpunit": "^10.1"
},
Expand Down Expand Up @@ -50,6 +50,5 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit c35d7cf

Please sign in to comment.