Skip to content

Commit

Permalink
Composer: upgrade dependencies
Browse files Browse the repository at this point in the history
Laravel: support for 7.x
  • Loading branch information
fab120 committed Aug 3, 2020
1 parent 49a0546 commit 928fc99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"php": "^7.3",
"illuminate/support": "5.8.*|^6.0",
"torann/json-ld": "~0.0.18"
"illuminate/support": "5.8.*|^6.0|^7.0",
"torann/json-ld": "~0.0.19"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "^8.3"
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 928fc99

Please sign in to comment.