Skip to content

Commit 6d2d2f0

Browse files
committed
Update requirements
1 parent dec7717 commit 6d2d2f0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
5+
- 7.2
6+
- 7.3
67

78
before_script:
89
- curl -s http://getcomposer.org/installer | php

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.0",
23-
"illuminate/support": "~5.0|^6.0",
24-
"illuminate/console": "~5.0|^6.0",
22+
"php": "^7.1",
23+
"illuminate/support": "~5.5|^6.0",
24+
"illuminate/console": "~5.5|^6.0",
2525
"vlucas/phpdotenv": "^3.5"
2626
},
2727
"suggest": {
2828
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
2929
"monolog/monolog": "Allows for storing location not found errors to the log"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^4.8",
32+
"phpunit/phpunit": "^7.0",
3333
"mockery/mockery": "^0.9.4",
3434
"geoip2/geoip2": "~2.1"
3535
},

0 commit comments

Comments
 (0)