Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed May 27, 2024
1 parent 9f0db91 commit 65fda02
Showing 1 changed file with 54 additions and 49 deletions.
103 changes: 54 additions & 49 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,56 @@
{
"name": "laravel-ready/hasin",
"description": "Laravel framework relation has in implement",
"type": "library",
"keywords": ["laravel", "orm", "relation", "whereHas"],
"license": "MIT",
"authors": [
{
"name": "YunFeng Lu",
"email": "[email protected]"
}
],
"require": {
"laravel/framework": "^10.0"
},
"require-dev": {
"laravel/pint": "^v1.6",
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^v8.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^v1.4"
},
"autoload": {
"psr-4": {
"LaravelReady\\Hasin\\": "src",
"LaravelReady\\Hasin\\Database\\Factories\\": "database/factories"
}
},
"autoload-dev": {
"psr-4": {
"LaravelReady\\Hasin\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"LaravelReady\\Hasin\\HasinServiceProvider"
]
}
},
"scripts": {
"test": "vendor/bin/pest",
"format": "vendor/bin/pint"
},
"config": {
"sort-packages": true,
"allow-plugins": true
},
"minimum-stability": "dev",
"prefer-stable": true
"name": "laravel-ready/hasin",
"description": "Laravel framework relation has in implement",
"type": "library",
"keywords": [
"laravel",
"orm",
"relation",
"whereHas"
],
"license": "MIT",
"authors": [
{
"name": "YunFeng Lu",
"email": "[email protected]"
}
],
"require": {
"laravel/framework": "v11.8.0"
},
"require-dev": {
"laravel/pint": "v1.16.0",
"phpunit/phpunit": "^10.5.17",
"orchestra/testbench": "v9.1.0",
"pestphp/pest": "v2.34.7",
"pestphp/pest-plugin-laravel": "v2.4.0"
},
"autoload": {
"psr-4": {
"LaravelReady\\Hasin\\": "src",
"LaravelReady\\Hasin\\Database\\Factories\\": "database/factories"
}
},
"autoload-dev": {
"psr-4": {
"LaravelReady\\Hasin\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"LaravelReady\\Hasin\\HasinServiceProvider"
]
}
},
"scripts": {
"test": "vendor/bin/pest",
"format": "vendor/bin/pint"
},
"config": {
"sort-packages": true,
"allow-plugins": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 65fda02

Please sign in to comment.