Skip to content

Commit

Permalink
Add PHP version requirement to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdifabio committed Oct 25, 2018
1 parent 9089034 commit 86e3906
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,702 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
/vendor
/composer.lock
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
],
"require": {
"php": ">=7.1",
"roave/better-reflection": "^3.0",
"symfony/console": "^4.1"
},
Expand Down
Loading

0 comments on commit 86e3906

Please sign in to comment.