We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d165f74 commit ba6dcf6Copy full SHA for ba6dcf6
composer.json
@@ -16,12 +16,10 @@
16
"role": "Contributors"
17
}
18
],
19
- "prefer-stable": true,
20
- "minimum-stability": "dev",
21
"require": {
22
"php": ">=8.1",
23
"cakephp/cakephp": "^5.0",
24
- "dereuromark/cakephp-shim": "cake5-dev",
+ "dereuromark/cakephp-shim": "^3.0.0",
25
"cakephp/plugin-installer": "^1.0.0",
26
"knplabs/gaufrette": "^0.7.0|^0.8.0"
27
},
@@ -33,12 +31,6 @@
33
31
"league/flysystem": "^1.0.0",
34
32
"aws/aws-sdk-php": "*"
35
36
- "repositories": [
37
- {
38
- "type": "git",
39
- "url": "https://github.com/skie/cakephp-imagine-plugin"
40
- }
41
- ],
42
"autoload": {
43
"psr-4": {
44
"Burzum\\FileStorage\\": "src",
0 commit comments