Laravel version update
Laravel version update
This commit is contained in:
39
vendor/maatwebsite/excel/composer.json
vendored
39
vendor/maatwebsite/excel/composer.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "maatwebsite/excel",
|
||||
"description": "An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel",
|
||||
"license": "LGPL",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"phpexcel",
|
||||
@@ -19,25 +19,26 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"phpoffice/phpexcel": "1.8.*",
|
||||
"illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*",
|
||||
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*",
|
||||
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*",
|
||||
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*",
|
||||
"phpoffice/phpexcel": "^1.8.1",
|
||||
"illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||
"jeremeamia/superclosure": "^2.3",
|
||||
"nesbot/carbon": "~1.0",
|
||||
"tijsverkoyen/css-to-inline-styles": "~1.5"
|
||||
"tijsverkoyen/css-to-inline-styles": "~2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpseclib/phpseclib": "~1.0",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"mockery/mockery": "~0.9",
|
||||
"orchestra/testbench": "3.1.*"
|
||||
"mockery/mockery": "~1.0",
|
||||
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*"
|
||||
},
|
||||
"suggest": {
|
||||
"illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*",
|
||||
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*",
|
||||
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*",
|
||||
"illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*"
|
||||
"illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
|
||||
"illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
@@ -51,5 +52,15 @@
|
||||
"classmap": [
|
||||
"tests/TestCase.php"
|
||||
]
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Maatwebsite\\Excel\\ExcelServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Excel": "Maatwebsite\\Excel\\Facades\\Excel"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user