11{
2- "name" : " coderstm/laravel-installer" ,
3- "description" : " Laravel web installer" ,
4- "license" : " MIT" ,
5- "authors" : [
6- {
7- "name" : " Dipak Sarkar" ,
8- 9- }
10- ],
11- "require" : {
12- "php" : " ^8.1" ,
13- "ext-json" : " *" ,
14- "illuminate/console" : " ^11.0" ,
15- "illuminate/contracts" : " ^11.0" ,
16- "illuminate/support" : " ^11.0"
2+ "name" : " coderstm/laravel-installer" ,
3+ "description" : " Laravel web installer" ,
4+ "license" : " MIT" ,
5+ "authors" : [
6+ {
7+ "name" : " Dipak Sarkar" ,
8+ 9+ }
10+ ],
11+ "require" : {
12+ "php" : " ^8.2" ,
13+ "ext-json" : " *" ,
14+ "illuminate/console" : " ^12.0" ,
15+ "illuminate/contracts" : " ^12.0" ,
16+ "illuminate/support" : " ^12.0"
17+ },
18+ "require-dev" : {
19+ "mockery/mockery" : " ^1.0" ,
20+ "nunomaduro/collision" : " ^8.1" ,
21+ "orchestra/testbench" : " ^10.0" ,
22+ "phpstan/phpstan" : " ^1.10" ,
23+ "phpunit/phpunit" : " ^11.5"
24+ },
25+ "autoload" : {
26+ "psr-4" : {
27+ "Coderstm\\ LaravelInstaller\\ " : " src/"
1728 },
18- "require-dev" : {
19- "mockery/mockery" : " ^1.0" ,
20- "nunomaduro/collision" : " ^8.1" ,
21- "orchestra/testbench" : " ^9.0" ,
22- "phpstan/phpstan" : " ^1.10" ,
23- "phpunit/phpunit" : " ^10.4"
24- },
25- "autoload" : {
26- "psr-4" : {
27- "Coderstm\\ LaravelInstaller\\ " : " src/"
28- },
29- "files" : [
30- " lib/helpers.php"
31- ]
32- },
33- "extra" : {
34- "laravel" : {
35- "providers" : [
36- " Coderstm\\ LaravelInstaller\\ Providers\\ LaravelInstallerServiceProvider"
37- ]
38- }
39- },
40- "scripts" : {
41- "post-autoload-dump" : [
42- " @php vendor/bin/testbench package:discover --ansi"
43- ]
44- },
45- "config" : {
46- "sort-packages" : true
47- },
48- "minimum-stability" : " dev" ,
49- "prefer-stable" : true
50- }
29+ "files" : [
30+ " lib/helpers.php"
31+ ]
32+ },
33+ "extra" : {
34+ "laravel" : {
35+ "providers" : [
36+ " Coderstm\\ LaravelInstaller\\ Providers\\ LaravelInstallerServiceProvider"
37+ ]
38+ }
39+ },
40+ "scripts" : {
41+ "post-autoload-dump" : [
42+ " @php vendor/bin/testbench package:discover --ansi"
43+ ]
44+ },
45+ "config" : {
46+ "sort-packages" : true
47+ },
48+ "minimum-stability" : " dev" ,
49+ "prefer-stable" : true
50+ }
0 commit comments