We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f51dc commit 750a81bCopy full SHA for 750a81b
.travis.yml
@@ -2,8 +2,9 @@ language: php
2
dist: trusty
3
4
php:
5
- - '7.2'
6
- - '7.3'
+ - '7.4'
+ - '8.0'
7
+ - '8.1'
8
9
before_script:
10
- travis_retry composer self-update
composer.json
@@ -9,7 +9,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
11
"require": {
12
- "php": "7.4 - 8.0",
+ "php": "^7.4 || ^8.0",
13
"ext-mbstring": "*"
14
},
15
"require-dev": {
0 commit comments