Skip to content

Commit 86e3906

Browse files
committed
Add PHP version requirement to composer.json
1 parent 9089034 commit 86e3906

File tree

3 files changed

+2
-1702
lines changed

3 files changed

+2
-1702
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
22
/vendor
3+
/composer.lock

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}
1616
],
1717
"require": {
18+
"php": ">=7.1",
1819
"roave/better-reflection": "^3.0",
1920
"symfony/console": "^4.1"
2021
},

0 commit comments

Comments
 (0)