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 ca4d275 commit d7314e9Copy full SHA for d7314e9
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "leafs/cli",
3
"description": "A simple command line tool for installing and interacting with your leaf apps",
4
- "homepage": "https://leafphp.netlify.com/#/",
+ "homepage": "https://leafphp.netlify.app/#/",
5
"version": "v2.0.3",
6
"keywords": [
7
"leaf",
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "php": "^7.2",
+ "php": "^7.2|^8.0",
22
"leafs/fs": "^1.0",
23
"psy/psysh": "^0.9.9",
24
"symfony/console": "^5.0",
@@ -38,5 +38,6 @@
38
"config": {
39
"sort-packages": true
40
},
41
- "minimum-stability": "dev"
+ "minimum-stability": "dev",
42
+ "prefer-stable": true
43
0 commit comments