Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit bed3257

Browse files
committed
Merge pull request #554 from EmanueleMinotto/composer-best-practice
Use Composer safe versions
2 parents 2c14499 + 6727ffa commit bed3257

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,3 @@ install:
1919
script:
2020
- vendor/bin/phpcs src --standard=psr2 -spn
2121
- vendor/bin/phpunit --coverage-text --exclude-group integration
22-
23-
matrix:
24-
allow_failures:
25-
- php: 7.0
26-
fast_finish: true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4.0"
15+
"php": "^5.4|^7.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~4.0",

0 commit comments

Comments
 (0)