Skip to content

Commit

Permalink
changed require PHP config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Oct 24, 2020
1 parent 639fa69 commit 6a889ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
}
},
"require": {
"php": "^7.2.0",
"php": ">=7.2.0",
"originphp/configurable": "^1.0",
"originphp/framework": "2.x",
"originphp/framework": "^2.0",
"originphp/plugin-installer": "^1.3"
},
"require-dev": {
Expand Down

0 comments on commit 6a889ad

Please sign in to comment.