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 5058696 commit 4a4d64fCopy full SHA for 4a4d64f
.gitignore
@@ -1,4 +1,6 @@
1
-.idea/
2
-bin/
3
-vendor/
4
-composer.lock
+/.idea/
+/bin/
+/composer.lock
+/custom.task.properties
5
+/custom.type.properties
6
+/vendor/
.travis.yml
@@ -1,14 +1,13 @@
language: php
php:
- - '7.0'
- - '7.1'
- - nightly
-
+ - '7.3'
+ - '7.4'
+
7
install:
8
- composer self-update
9
- composer install
10
11
-script:
+script:
12
- ./bin/phing unit
13
14
composer.json
@@ -9,11 +9,11 @@
"fix"
],
"require": {
- "php": ">=7.0.0"
+ "php": ">=7.3"
},
"require-dev": {
15
"phpunit/phpunit": "^6.0.0",
16
- "phing/phing": "^2.0.0"
+ "phing/phing": "^2.0"
17
18
"autoload": {
19
"psr-4": {
0 commit comments