Skip to content

Commit e698c54

Browse files
authored
Merge pull request #15 from ruibeard/develop
Update dependencies to support installation on an Laravel 8 application
2 parents d1e92e3 + 7b3ae80 commit e698c54

File tree

2 files changed

+2272
-617
lines changed

2 files changed

+2272
-617
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.1.3",
23-
"cartalyst/tags": "6.0.*|7.0.*|8.0.*",
24-
"guzzlehttp/guzzle": "^6.3",
25-
"illuminate/database": "5.6.*|5.7.*|5.8.*",
26-
"illuminate/support": "5.6.*|5.7.*|5.8.*",
27-
"illuminate/console": "5.6.*|5.7.*|5.8.*",
28-
"illuminate/contracts": "5.6.*|5.7.*|5.8.*",
29-
"illuminate/events": "5.6.*|5.7.*|5.8.*",
30-
"league/fractal": "^0.17.0"
22+
"php": "^7.3",
23+
"cartalyst/tags": ">=v8.0.0",
24+
"guzzlehttp/guzzle": "^7.0",
25+
"illuminate/database": "^8.0",
26+
"illuminate/support": "^8.0",
27+
"illuminate/console": "^8.0",
28+
"illuminate/contracts": "^8.0",
29+
"illuminate/events": "^8.0",
30+
"league/fractal": "^0.19.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^7.0"
33+
"phpunit/phpunit": "^9.3"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)