Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update to work with phpunit 6 and php 7.
  • Loading branch information
ryantxr authored Jun 13, 2018
1 parent 1227ed3 commit 5db0ef8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"type": "project",
"require": {
"php": ">=5.4"
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "5.2.*"
"require-dev": {
"phpunit/phpunit": "6.*"
},
"autoload": {
"autoload": {
"psr-4": {
"Buonzz\\Template\\": "src/"
}
Expand Down

0 comments on commit 5db0ef8

Please sign in to comment.