Skip to content

Commit 750a81b

Browse files
MidnightDesignmarcospassos
authored andcommitted
Allow PHP 8.1 in composer.json (#22)
1 parent 12f51dc commit 750a81b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: php
22
dist: trusty
33

44
php:
5-
- '7.2'
6-
- '7.3'
5+
- '7.4'
6+
- '8.0'
7+
- '8.1'
78

89
before_script:
910
- travis_retry composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"minimum-stability": "dev",
1010
"prefer-stable": true,
1111
"require": {
12-
"php": "7.4 - 8.0",
12+
"php": "^7.4 || ^8.0",
1313
"ext-mbstring": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)