Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiepasman committed Apr 3, 2020
1 parent 4d71dfc commit b305da2
Showing 1 changed file with 28 additions and 30 deletions.
58 changes: 28 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,32 @@
"import",
"batch"
],
"authors": [
{
"name": "Maatwebsite.nl",
"email": "[email protected]"
}
],
"authors": [{
"name": "Maatwebsite.nl",
"email": "[email protected]"
}],
"require": {
"php": ">=5.5",
"php": ">=7.2",
"phpoffice/phpexcel": "^1.8.1",
"illuminate/cache": "^6.0",
"illuminate/config": "^6.0",
"illuminate/filesystem": "^6.0",
"illuminate/support": "^6.0",
"jeremeamia/superclosure": "^2.3",
"illuminate/cache": "^7.0",
"illuminate/config": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0",
"jeremeamia/superclosure": "^2.4.0",
"nesbot/carbon": "~2.0",
"tijsverkoyen/css-to-inline-styles": "~2.2.1"
},
"tijsverkoyen/css-to-inline-styles": "~2.2.2"
},
"require-dev": {
"orchestra/testbench": "5.1.0",
"phpseclib/phpseclib": "~1.0",
"phpunit/phpunit": "~8.3",
"mockery/mockery": "~1.2.4",
"orchestra/testbench": "4.0"
},
"phpunit/phpunit": "~8.5",
"mockery/mockery": "~1.3.1"
},
"suggest": {
"illuminate/http": "6.0.*",
"illuminate/routing": "6.0.*",
"illuminate/view": "6.0.*",
"illuminate/queue": "6.0.*"
"illuminate/http": "7.*",
"illuminate/routing": "7.*",
"illuminate/view": "7.*",
"illuminate/queue": "7.*"
},
"autoload": {
"classmap": [
Expand All @@ -54,13 +52,13 @@
]
},
"extra": {
"laravel": {
"providers": [
"Maatwebsite\\Excel\\ExcelServiceProvider"
],
"aliases": {
"Excel": "Maatwebsite\\Excel\\Facades\\Excel"
}
}
"laravel": {
"providers": [
"Maatwebsite\\Excel\\ExcelServiceProvider"
],
"aliases": {
"Excel": "Maatwebsite\\Excel\\Facades\\Excel"
}
}
}
}

0 comments on commit b305da2

Please sign in to comment.