Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Accept PHP7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eihen committed Nov 18, 2017
1 parent a80a4f9 commit a060dee
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
}
],
"require": {
"php" : "^5.6",
"php": "^7.0|^5.6",
"eihen/jasperstarter-bin": "^3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^6.4|^5.7",
"squizlabs/php_codesniffer": "^3.1"
},
"autoload": {
Expand Down
59 changes: 29 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a060dee

Please sign in to comment.