Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Jan 10, 2024
1 parent 8883acf commit 9168db1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"laravel/socialite": "^5.8",
"laravel/socialite": "^5.11",
"socialiteproviders/microsoft": "^4.2",
"spatie/laravel-package-tools": "^1.16.1",
"spatie/laravel-package-tools": "^1.16",
"spatie/laravel-flash": "^1.9",
"spatie/laravel-activitylog": "^4.7",
"spatie/laravel-honeypot": "^4.3"
"spatie/laravel-honeypot": "^4.4"
},
"require-dev": {
"laravel/pint": "^1.0",
"laravel/pint": "^1.13",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.8",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/laravel-ray": "^1.26"
"nunomaduro/collision": "^7.10",
"larastan/larastan": "^2.8",
"orchestra/testbench": "^8.20",
"pestphp/pest": "^2.30",
"pestphp/pest-plugin-arch": "^2.6",
"pestphp/pest-plugin-laravel": "^2.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"spatie/laravel-ray": "^1.33"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9168db1

Please sign in to comment.