Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Mar 14, 2024
1 parent 7591a0b commit 864efb5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 65 deletions.
52 changes: 0 additions & 52 deletions .github/ISSUE_TEMPLATE/bug.yml

This file was deleted.

Empty file removed .github/ISSUE_TEMPLATE/config.yml
Empty file.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"laravel/socialite": "^5.11",
"php": "^8.3",
"illuminate/contracts": "^11.0",
"laravel/socialite": "^5.12",
"socialiteproviders/microsoft": "^4.2",
"spatie/laravel-package-tools": "^1.16",
"spatie/laravel-flash": "^1.9",
"spatie/laravel-activitylog": "^4.7",
"spatie/laravel-honeypot": "^4.4"
"spatie/laravel-flash": "^1.10",
"spatie/laravel-activitylog": "^4.8",
"spatie/laravel-honeypot": "^4.5"
},
"require-dev": {
"laravel/pint": "^1.13",
"mockery/mockery": "^1.6",
"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",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"spatie/laravel-ray": "^1.33"
"spatie/laravel-ray": "^1.35"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 864efb5

Please sign in to comment.