Skip to content

Commit c35d7cf

Browse files
committed
require "josegonzalez/cakephp-upload": "^8.0" and "cakedc/cakephp-phpstan": "^3.0", drop minimum-stability option
1 parent d0fa577 commit c35d7cf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"ext-fileinfo": "*",
99
"cakephp/cakephp": "^5.0.0",
1010
"intervention/image": "^2.7.2",
11-
"josegonzalez/cakephp-upload": "cake-5-dev",
11+
"josegonzalez/cakephp-upload": "^8.0",
1212
"league/csv": "^9.8",
1313
"nette/utils": "^3.2 || ^4.0.0"
1414
},
1515
"require-dev": {
16-
"cakedc/cakephp-phpstan": "3.next-cake5-dev",
16+
"cakedc/cakephp-phpstan": "^3.0",
1717
"cakephp/cakephp-codesniffer": "^5.1",
1818
"phpunit/phpunit": "^10.1"
1919
},
@@ -50,6 +50,5 @@
5050
"dealerdirect/phpcodesniffer-composer-installer": true
5151
}
5252
},
53-
"minimum-stability": "dev",
5453
"prefer-stable": true
5554
}

0 commit comments

Comments
 (0)