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 205c494 commit 07c07c5Copy full SHA for 07c07c5
.travis.yml
@@ -1,13 +1,13 @@
1
language: php
2
php:
3
- - '7.3'
4
- '7.4'
+ - '8.0'
5
6
install:
7
- composer self-update
8
- composer update
9
-
10
-script:
+
+script:
11
- ./bin/phing unit
12
13
composer.json
@@ -9,7 +9,7 @@
"type": "library",
"license": "MIT",
"require": {
- "php": ">=7.3",
+ "php": ">=7.4",
"setbased/helper-code-store": "^2.3.1"
14
},
15
"require-dev": {
0 commit comments