Skip to content

Commit d7314e9

Browse files
committed
✨ added PHP 8 support
1 parent ca4d275 commit d7314e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "leafs/cli",
33
"description": "A simple command line tool for installing and interacting with your leaf apps",
4-
"homepage": "https://leafphp.netlify.com/#/",
4+
"homepage": "https://leafphp.netlify.app/#/",
55
"version": "v2.0.3",
66
"keywords": [
77
"leaf",
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2",
21+
"php": "^7.2|^8.0",
2222
"leafs/fs": "^1.0",
2323
"psy/psysh": "^0.9.9",
2424
"symfony/console": "^5.0",
@@ -38,5 +38,6 @@
3838
"config": {
3939
"sort-packages": true
4040
},
41-
"minimum-stability": "dev"
41+
"minimum-stability": "dev",
42+
"prefer-stable": true
4243
}

0 commit comments

Comments
 (0)