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 bd4460a commit 5fe7a59Copy full SHA for 5fe7a59
.travis.yml
@@ -4,8 +4,6 @@ dist: trusty
4
5
language: php
6
php:
7
- - '7.1'
8
- - '7.2'
9
- '7.3'
10
- '7.4'
11
composer.json
@@ -7,11 +7,11 @@
],
"license": "MIT",
"require": {
- "php": ">=7.1.0"
+ "php": ">=7.3.0"
},
12
"require-dev": {
13
- "phing/phing": "^2.0.0",
14
- "phpunit/phpunit": "^7.0.0 || ^8.0.0"
+ "phing/phing": "^2.0",
+ "phpunit/phpunit": "^9.0"
15
16
"autoload": {
17
"psr-4": {
0 commit comments