We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba2a44 commit 09e3c96Copy full SHA for 09e3c96
2 files changed
.travis.yml
@@ -1,9 +1,8 @@
1
language: php
2
php:
3
- - '7.1'
4
- - '7.2'
5
- '7.3'
6
-
+ - '7.4'
+
7
install:
8
- composer self-update
9
- composer update
composer.json
@@ -8,11 +8,11 @@
"type": "library",
"license": "MIT",
10
"require": {
11
- "php": ">=7.1.0"
+ "php": ">=7.3.0"
12
},
13
"require-dev": {
14
- "phing/phing": "^2.0.0",
15
- "phpunit/phpunit": "^7.0.0 || ^8.0.0"
+ "phing/phing": "^2.0",
+ "phpunit/phpunit": "^9.0"
16
17
"autoload": {
18
"psr-4": {
0 commit comments