Skip to content

Commit f241f5b

Browse files
authored
Merge pull request #5 from magento-trigger/AC-2121
Update composer constraint for PHP
2 parents 7b4cb1f + e691770 commit f241f5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea/
12
.vagrant
23
tests/Zend/Db/Table/_files/cachefiles/*
34
tests/Zend/Auth/Adapter/OpenId/_files/*

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"homepage": "http://framework.zend.com/",
1010
"license": "BSD-3-Clause",
1111
"require": {
12-
"php": ">=5.2.11"
12+
"php": ">=7.0.0"
1313
},
1414
"autoload": {
1515
"psr-0": {

0 commit comments

Comments
 (0)