Skip to content

Commit 4a4d64f

Browse files
committed
Updated dependencies (php>=7.3)
1 parent 5058696 commit 4a4d64f

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
.idea/
2-
bin/
3-
vendor/
4-
composer.lock
1+
/.idea/
2+
/bin/
3+
/composer.lock
4+
/custom.task.properties
5+
/custom.type.properties
6+
/vendor/

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: php
22
php:
3-
- '7.0'
4-
- '7.1'
5-
- nightly
6-
3+
- '7.3'
4+
- '7.4'
5+
76
install:
87
- composer self-update
98
- composer install
10-
11-
script:
9+
10+
script:
1211
- ./bin/phing unit
13-
12+
1413

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"fix"
1010
],
1111
"require": {
12-
"php": ">=7.0.0"
12+
"php": ">=7.3"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^6.0.0",
16-
"phing/phing": "^2.0.0"
16+
"phing/phing": "^2.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)