Skip to content

Commit c3c0a1b

Browse files
authored
Update composer.json (#175)
* Update composer.json * Update package requirements * Apply fixes from StyleCI (#176) * Update php version requirement
1 parent ae930ca commit c3c0a1b

File tree

6 files changed

+1109
-1521
lines changed

6 files changed

+1109
-1521
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65

76
env:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"conversation"
1010
],
1111
"require": {
12-
"php": ">=7.0",
13-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0"
12+
"php": "^7.2",
13+
"laravel/framework": "~5.8.0|^6.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^5.7|6.2|^7.0",
17-
"orchestra/testbench": "~3.3.0|~3.4.2|^3.5.0|~3.7.0",
18-
"orchestra/database": "~3.3.0|~3.4.2|^3.5.0|~3.7.0",
16+
"phpunit/phpunit": "^7.0|^8.0",
17+
"orchestra/testbench": "^3.8|^4.0",
18+
"orchestra/database": "^3.8|^4.0",
1919
"mockery/mockery": "^1.0.0"
2020
},
2121
"license": "MIT",

0 commit comments

Comments
 (0)