Skip to content

Commit 801516a

Browse files
authored
Merge pull request #34 from chalasr/php8
Allow PHP 8
2 parents 933f6ca + 4a882e1 commit 801516a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ language: php
33
jobs:
44
include:
55
- php: '7.1'
6-
- php: '7.2'
76
- php: '7.3'
87
- php: '7.4'
98
env: lint=1
109
- php: '7.4'
1110
env: deps=low
11+
- php: '8.0snapshot'
1212

1313
cache:
1414
directories:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3",
20-
"symfony/config": "^4.3.7|^5.0",
21-
"symfony/dependency-injection": "^4.3.7|^5.0",
22-
"symfony/http-kernel": "^4.3.7|^5.0",
19+
"php": ">=7.1.3",
20+
"symfony/config": "^4.4|^5.0",
21+
"symfony/dependency-injection": "^4.4|^5.0",
22+
"symfony/http-kernel": "^4.4|^5.0",
2323
"symfony/mercure": "^0.3|^0.4"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)