Skip to content

Commit

Permalink
Merge pull request #14 from BRACKETS-by-TRIAD/laravel-7
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
RichardDominik authored Mar 16, 2020
2 parents 765077f + 887ea8c commit 1f15ccd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
{
"name": "Pavol Perdík",
"email": "pavol.perdik@brackets.sk",
"homepage": "https://www.brackets.sk/en",
"homepage": "https://www.brackets.sk",
"role": "Developer"
},
{
"name": "Marek Kratochvíla",
"email": "marek.kratochvila@brackets.sk",
"homepage": "https://www.brackets.sk/en",
"homepage": "https://www.brackets.sk",
"role": "Developer"
},
{
"name": "David Běhal",
"email": "david.behal@brackets.sk",
"homepage": "https://www.brackets.sk/en",
"homepage": "https://www.brackets.sk",
"role": "Developer"
}
],
"require": {
"php": "^7.2",
"illuminate/support": "~6.0",
"php": "^7.2.5",
"illuminate/support": "^6.0|^7.0",
"spatie/laravel-medialibrary": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"phpunit/phpunit": "^8.5",
"orchestra/testbench": "~4.0"
},
"autoload": {
Expand Down

0 comments on commit 1f15ccd

Please sign in to comment.