Skip to content

Commit d9f5d16

Browse files
committed
require dev on install
1 parent 21f2052 commit d9f5d16

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"illuminate/support": "^8.12",
1818
"livewire/livewire": "^2.4.4",
1919
"guzzlehttp/guzzle": "^7.0.1",
20-
"laracasts/flash": "^3.2"
20+
"laracasts/flash": "^3.2",
21+
"pestphp/pest": "^1.17",
22+
"pestphp/pest-plugin-faker": "^1.0",
23+
"pestphp/pest-plugin-global-assertions": "^1.0",
24+
"pestphp/pest-plugin-laravel": "^1.1",
25+
"pestphp/pest-plugin-mock": "^1.0",
26+
"pestphp/pest-plugin-parallel": "^0.3.0"
2127
},
2228
"require-dev": {
2329
"brianium/paratest": "9999999-dev",
2430
"facade/ignition": "^2.5",
2531
"fakerphp/faker": "^1.9.1",
2632
"mockery/mockery": "^1.4.2",
2733
"nunomaduro/collision": "^5.0",
28-
"pestphp/pest": "^1.17",
29-
"pestphp/pest-plugin-faker": "^1.0",
30-
"pestphp/pest-plugin-global-assertions": "^1.0",
31-
"pestphp/pest-plugin-laravel": "^1.1",
32-
"pestphp/pest-plugin-mock": "^1.0",
33-
"pestphp/pest-plugin-parallel": "^0.3.0",
3434
"phpunit/phpunit": "^9.5.8"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)