Skip to content

Commit

Permalink
(fixed) composer php limit error
Browse files Browse the repository at this point in the history
  • Loading branch information
fatrbaby committed Aug 13, 2020
1 parent 5fbdaec commit 0ddef1d
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 @@ -3,7 +3,7 @@
"description": "Lightweight PHP IoC container",
"type": "library",
"require": {
"php": "> 7.*",
"php": ">=7.0.0",
"psr/container": "1.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 0ddef1d

Please sign in to comment.