Skip to content

Commit 389c83a

Browse files
authored
Merge pull request #21 from mohammedjammeh/feature/upgrade-to-laravel-8
Upgrade package to work be compatible with Laravel 8.
2 parents b98ad4d + 87edfec commit 389c83a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Register the service provider in `config/app.php` by adding this line to provide
4141
],
4242
```
4343

44-
### Laravel 5.5
44+
### Laravel > 5.5
4545

4646
No need to register anything, since it used package auto discovery feature in Laravel 5.5.
4747

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"license": "MIT",
77
"authors": [
88
{
9-
"name": "Simone Todaro",
10-
"email": "[email protected]",
9+
"name": "Cyber-Duck",
10+
"email": "[email protected]",
1111
"role": "Developer"
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2.5",
15+
"php": "^7.3",
1616
"box/spout": "^3.1",
17-
"illuminate/database": "^6.0.0|^7.0.0",
18-
"illuminate/support": "^6.0.0|^7.0.0"
17+
"illuminate/database": "^6.0.0|^7.0.0|^8.0.0",
18+
"illuminate/support": "^6.0.0|^7.0.0|^8.0.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^7.0",
22-
"phpspec/phpspec": "^6.1.1",
23-
"laravel/laravel": "^6.0.0|^7.0.0"
21+
"phpunit/phpunit": "^9.5.0",
22+
"phpspec/phpspec": "^7.0.0",
23+
"laravel/laravel": "^6.0.0|^7.0.0|^8.0.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)