Skip to content

Commit ba6dcf6

Browse files
committed
stabilized composer.json
1 parent d165f74 commit ba6dcf6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
"role": "Contributors"
1717
}
1818
],
19-
"prefer-stable": true,
20-
"minimum-stability": "dev",
2119
"require": {
2220
"php": ">=8.1",
2321
"cakephp/cakephp": "^5.0",
24-
"dereuromark/cakephp-shim": "cake5-dev",
22+
"dereuromark/cakephp-shim": "^3.0.0",
2523
"cakephp/plugin-installer": "^1.0.0",
2624
"knplabs/gaufrette": "^0.7.0|^0.8.0"
2725
},
@@ -33,12 +31,6 @@
3331
"league/flysystem": "^1.0.0",
3432
"aws/aws-sdk-php": "*"
3533
},
36-
"repositories": [
37-
{
38-
"type": "git",
39-
"url": "https://github.com/skie/cakephp-imagine-plugin"
40-
}
41-
],
4234
"autoload": {
4335
"psr-4": {
4436
"Burzum\\FileStorage\\": "src",

0 commit comments

Comments
 (0)