This repository was archived by the owner on Nov 11, 2022. It is now read-only.
File tree 4 files changed +17
-11
lines changed
4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.0]
17
- laravel : [8 .*]
16
+ php : [8.1, 8. 0]
17
+ laravel : [9 .*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
- - laravel : 8 .*
21
- testbench : ^6.23
20
+ - laravel : 9 .*
21
+ testbench : 7.*
22
22
23
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
24
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` Laracommand ` will be documented in this file.
4
4
5
+ ## v2.0.1 - 2022-02-10
6
+
7
+ ## What's Changed
8
+
9
+ - V2 by @ousid in https://github.com/coderflexx/laracommand/pull/2
10
+
11
+ ** Full Changelog** : https://github.com/coderflexx/laracommand/compare/v1.2.0...v2.0.1
12
+
5
13
## v2.0.0 - 2022-02-10
6
14
7
15
## Add
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
20
"spatie/laravel-package-tools" : " ^1.9.2" ,
21
- "illuminate/contracts" : " ^8.73 "
21
+ "illuminate/contracts" : " ^9.0 "
22
22
},
23
23
"require-dev" : {
24
- "nunomaduro/collision" : " ^5.10 " ,
24
+ "nunomaduro/collision" : " ^6.0 " ,
25
25
"nunomaduro/larastan" : " ^1.0" ,
26
- "orchestra/testbench" : " ^6.22 " ,
26
+ "orchestra/testbench" : " ^7.0 " ,
27
27
"pestphp/pest" : " ^1.21" ,
28
- "pestphp/pest-plugin-laravel" : " ^1.1 " ,
28
+ "pestphp/pest-plugin-laravel" : " ^1.2 " ,
29
29
"phpstan/extension-installer" : " ^1.1" ,
30
30
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
31
31
"phpstan/phpstan-phpunit" : " ^1.0" ,
32
- "phpunit/phpunit" : " ^9.5" ,
33
- "spatie/laravel-ray" : " ^1.26"
32
+ "phpunit/phpunit" : " ^9.5.4"
34
33
},
35
34
"autoload" : {
36
35
"psr-4" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ public function loopThroughNameArgumentWith(string $command): bool
18
18
* @var array $models
19
19
*/
20
20
$ models = explode (' ' , strval ($ this ->argument ('name ' )));
21
-
22
21
collect ($ models )->each (function ($ name ) use ($ command ) {
23
22
$ this ->line ("Generating {$ name } class \n" );
24
23
You can’t perform that action at this time.
0 commit comments