Skip to content

Commit e19938f

Browse files
committed
because of general package upgrades
1 parent e6d598c commit e19938f

File tree

14 files changed

+14622
-22857
lines changed

14 files changed

+14622
-22857
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ trim_trailing_whitespace = true
1212
trim_trailing_whitespace = false
1313

1414
[*.yml]
15-
indent_size = 2
15+
indent_size = 4

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"license": "MIT",
1111
"require": {
1212
"php": "^7.4|^8.0",
13+
"barryvdh/laravel-debugbar": "^3.6",
1314
"bepsvpt/secure-headers": "^7.1",
1415
"fideloper/proxy": "^4.0",
1516
"fruitcake/laravel-cors": "^2.0",
@@ -20,7 +21,7 @@
2021
"grafite/mission-control-laravel": "^2.0",
2122
"guzzlehttp/guzzle": "^7.2",
2223
"intervention/image": "^2.5",
23-
"laravel/cashier": "^12.0",
24+
"laravel/cashier": "^13.0",
2425
"laravel/framework": "^8.0",
2526
"laravel/helpers": "^1.1",
2627
"laravel/sanctum": "^2.6",
@@ -38,12 +39,12 @@
3839
"brianium/paratest": "^6.1",
3940
"facade/ignition": "^2.0",
4041
"fakerphp/faker": "^1.10",
41-
"friendsofphp/php-cs-fixer": "^2.16",
42-
"itsgoingd/clockwork": "^5.0",
42+
"friendsofphp/php-cs-fixer": "^3.0",
4343
"laravel/dusk": "^6.0",
4444
"mockery/mockery": "^1.3",
4545
"nunomaduro/collision": "^5.3",
4646
"nunomaduro/larastan": "^0.6.13",
47+
"nunomaduro/phpinsights": "^2.0",
4748
"phpunit/phpunit": "^9.3.3"
4849
},
4950
"config": {
@@ -89,6 +90,7 @@
8990
"check-style": "vendor/bin/php-cs-fixer fix --dry-run",
9091
"fix-style": "vendor/bin/php-cs-fixer fix",
9192
"analyse": "vendor/bin/phpstan analyse",
93+
"insights": "vendor/bin/phpinsights",
9294
"test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover clover.xml && php coverage-checker.php clover.xml 50",
9395
"test-debug": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html test-html"
9496
}

0 commit comments

Comments
 (0)