Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrahastur committed Sep 4, 2024
1 parent 74c7021 commit 94e7029
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "aldrahastur/logto-auth",
"name": "bikefreaks/logto-auth",
"description": "This is my package logto-auth",
"keywords": [
"Willi Helwig",
"Bikefreaks",
"laravel",
"logto-auth"
],
"homepage": "https://github.com/aldrahastur/logto-auth",
"homepage": "https://github.com/bikefreaks/logto-auth",
"license": "MIT",
"authors": [
{
Expand All @@ -17,20 +17,21 @@
],
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16",
"illuminate/contracts": "^10.0||^11.0"
"illuminate/contracts": "^10.0||^11.0",
"logto/sdk": "^0.2.1",
"spatie/laravel-package-tools": "^1.16.5"
},
"require-dev": {
"laravel/pint": "^1.14",
"nunomaduro/collision": "^8.1.1||^7.10.0",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.0.0||^8.22.0",
"pestphp/pest": "^2.34",
"laravel/pint": "^1.17.3",
"nunomaduro/collision": "^8.4.0||^7.10.0",
"larastan/larastan": "^2.9.8",
"orchestra/testbench": "^9.4.0||^8.22.0",
"pestphp/pest": "^2.35.1",
"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"
"pestphp/pest-plugin-laravel": "^2.4",
"phpstan/extension-installer": "^1.4.2",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -81,4 +82,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 94e7029

Please sign in to comment.