Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fixed PHP to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig authored Jun 2, 2021
1 parent fced82c commit 7320c03
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 @@ -5,7 +5,7 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=5.6.4",
"php": ">=5.6.4|^7.2.0",
"laravel/framework": "5.3.*",
"league/flysystem-aws-s3-v3": "^1.0"
},
Expand Down

0 comments on commit 7320c03

Please sign in to comment.