Skip to content

Commit f6b3ca3

Browse files
committed
Upgrading packages
1 parent 4886473 commit f6b3ca3

File tree

4 files changed

+599
-1484
lines changed

4 files changed

+599
-1484
lines changed

.php_cs

Lines changed: 0 additions & 49 deletions
This file was deleted.

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
],
2121
"require": {
2222
"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",
2525
"mpdf/mpdf": "^8.1",
26-
"spatie/commonmark-highlighter": "^2.1"
26+
"spatie/commonmark-highlighter": "^2.1|^3.0"
2727
},
2828
"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"
3131
},
3232
"autoload": {
3333
"psr-4": {
@@ -40,15 +40,15 @@
4040
},
4141
"scripts": {
4242
"csfix": [
43-
"php-cs-fixer fix src stubs --config=.php_cs"
43+
"pint"
4444
],
4545
"csfix-review": [
46-
"php-cs-fixer fix src stubs --config=.php_cs --dry-run -v"
46+
"pint --test"
4747
]
4848
},
4949
"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."
5252
},
5353
"minimum-stability": "dev",
5454
"prefer-stable": true

0 commit comments

Comments
 (0)