Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5266d06

Browse files
Merge pull request #5 from Baby-Markt/feature/php-version-update
MASTER: feature/php-version-update
2 parents 2584a89 + 066ec3f commit 5266d06

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: php
22

3-
sudo: false
4-
53
matrix:
64
include:
75
- php: 5.3
@@ -15,6 +13,10 @@ matrix:
1513
- php: 7.1
1614
- php: 7.2
1715
- php: 7.3
16+
- php: 7.4snapshot
17+
- php: nightly
18+
allow_failures:
19+
- php: nightly
1820

1921
cache:
2022
directories:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.3"
13+
"php": ">=5.3 <8.0"
1414
},
1515
"require-dev": {
16-
"php": ">=5.3",
16+
"php": ">=5.3 <8.0",
1717
"phpunit/phpunit": "^4.8"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)