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 aec30cb commit b13e2c8Copy full SHA for b13e2c8
composer.json
@@ -9,9 +9,14 @@
9
"email": "[email protected]"
10
}
11
],
12
+ "homepage": "https://github.com/php-fast-forward",
13
+ "support": {
14
+ "issues": "https://github.com/php-fast-forward/framework/issues",
15
+ "source": "https://github.com/php-fast-forward/framework"
16
+ },
17
"require": {
18
"php": "^8.1",
- "fast-forward/config": "^1.1",
19
+ "fast-forward/config": "^1.0",
20
"fast-forward/container": "^1.0"
21
},
22
"minimum-stability": "stable",
0 commit comments