Skip to content

Commit

Permalink
Merge pull request #1 from Putr/patch-1
Browse files Browse the repository at this point in the history
Update composer.json to support PHP 8
  • Loading branch information
alies-dev authored Feb 27, 2024
2 parents aecfcf8 + 4046206 commit f854515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"translation"
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"illuminate/console": "^5.8|^6.0|^7.0",
"illuminate/support": "^5.8|^6.0|^7.0"
},
Expand Down

0 comments on commit f854515

Please sign in to comment.