File tree Expand file tree Collapse file tree 4 files changed +599
-1484
lines changed Expand file tree Collapse file tree 4 files changed +599
-1484
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"illuminate/filesystem" : " ^7.0|^8.0" ,
23
- "illuminate/support" : " ^7.0|^8.0" ,
24
- "symfony/console" : " ^4.2|^5.0" ,
23
+ "illuminate/support" : " ^7.0|^8.0|^9.0 " ,
24
+ "symfony/console" : " ^4.2|^5.0|^6.0 " ,
25
25
"mpdf/mpdf" : " ^8.1" ,
26
- "spatie/commonmark-highlighter" : " ^2.1"
26
+ "spatie/commonmark-highlighter" : " ^2.1|^3.0 "
27
27
},
28
28
"require-dev" : {
29
- "friendsofphp/php-cs-fixer " : " ^2.18 " ,
30
- "symfony/var-dumper" : " ^5.0"
29
+ "laravel/pint " : " ^1.2 " ,
30
+ "symfony/var-dumper" : " ^5.0|^6.0 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
40
40
},
41
41
"scripts" : {
42
42
"csfix" : [
43
- " php-cs-fixer fix src stubs --config=.php_cs "
43
+ " pint "
44
44
],
45
45
"csfix-review" : [
46
- " php-cs-fixer fix src stubs --config=.php_cs --dry-run -v "
46
+ " pint --test "
47
47
]
48
48
},
49
49
"scripts-descriptions" : {
50
- "csfix" : " Runs PHP CS Fixer to fix project files." ,
51
- "csfix-review" : " Runs PHP CS Fixer to show the details of which files are out of code standard."
50
+ "csfix" : " Runs Pint to fix project files." ,
51
+ "csfix-review" : " Runs Pint to show the details of which files are out of code standard."
52
52
},
53
53
"minimum-stability" : " dev" ,
54
54
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments