Skip to content

Commit

Permalink
Update minor PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpizzribeiro authored Jan 23, 2020
1 parent a9889ce commit 1771462
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 @@ -28,7 +28,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.1",
"ext-ldap": "*",
"ext-json": "*",
"psr/log": "^1.0",
Expand All @@ -38,7 +38,7 @@
"illuminate/contracts": "^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": "*",
"mockery/mockery": "^1.0"
},
"archive": {
Expand Down

0 comments on commit 1771462

Please sign in to comment.