Skip to content

Commit 584d583

Browse files
Merge pull request #57 from open-source-contributions/test_enhancement_stuffs
Test enhancement stuffs
2 parents a04a510 + 25fa192 commit 584d583

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ php:
99
- 7.1
1010
- 7.2
1111
- 7.3
12-
- 7.4snapshot
12+
- 7.4
1313

1414
cache:
1515
directories:
1616
- $HOME/.composer/cache
1717

18-
before_script:
18+
before_script:
1919
- composer self-update
2020
- composer install --no-interaction --prefer-dist
2121

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"php": ">=5.4.0"
2929
},
3030
"require-dev": {
31+
"php": ">=7.0",
3132
"sami/sami": "*",
3233
"phpunit/phpunit": "^6.5",
3334
"doctrine/instantiator": "~1.0.2"

0 commit comments

Comments
 (0)