Skip to content

Commit 2411120

Browse files
committed
upgrade to laravel 8
1 parent f36a1b8 commit 2411120

File tree

19 files changed

+3
-3
lines changed

19 files changed

+3
-3
lines changed

.editorconfig

100644100755
File mode changed.

.gitattributes

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Packagist](https://poser.pugx.org/guysolamour/laravel-commands/d/total.svg)](https://packagist.org/packages/guysolamour/command)
55
[![Packagist](https://img.shields.io/packagist/l/guysolamour/laravel-commands.svg)](https://packagist.org/packages/guysolamour/command)
66

7-
This package is a collection of artisan commands for speed up developpemt with laravel framework.
7+
This package is a collection of artisan commands for speed up developmemt with laravel framework.
88

99
## Installation
1010

composer.json

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
],
1717
"require": {
1818
"php": ">=7.2",
19-
"illuminate/support": "^6.0|^7.0"
19+
"illuminate/support": "^6.0|^7.0|^8.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^4.0|^5.0",
22+
"orchestra/testbench": "^4.0|^5.0"|^6.0,
2323
"phpunit/phpunit": "^8.4|^9.0"
2424
},
2525
"autoload": {

config/command.php

100644100755
File mode changed.

docs/doc-fr.md

100644100755
File mode changed.

phpunit.xml

100644100755
File mode changed.

src/Console/Commands/BaseCommand.php

100644100755
File mode changed.

0 commit comments

Comments
 (0)