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.
2 parents 5bb8825 + 8e8d899 commit 55c083cCopy full SHA for 55c083c
.travis.yml
@@ -1,7 +1,7 @@
1
language: php
2
3
php:
4
- - 7.1
+ - 7.2
5
6
env:
7
matrix:
composer.json
@@ -12,17 +12,17 @@
12
}
13
],
14
"require": {
15
- "php": ">=7.1.0",
+ "php": "^7.2",
16
"abraham/twitteroauth": "^0.9.2",
17
- "illuminate/notifications": "5.6.*|5.7.*|5.8.*",
18
- "illuminate/support": "5.7.*|5.8.*",
+ "illuminate/notifications": "5.8.*|^6.0",
+ "illuminate/support": "5.8.*|^6.0",
19
"kylewm/brevity": "^0.2.9"
20
},
21
22
"require-dev": {
23
"mockery/mockery": "^1.0",
24
- "phpunit/phpunit": "^7.3",
25
- "orchestra/testbench": "~3.6|~3.7|~3.8"
+ "phpunit/phpunit": "^8.0",
+ "orchestra/testbench": "~3.8|~4.0"
26
27
"autoload": {
28
"psr-4": {
0 commit comments