Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'update/laravel-9' of github.com:wimski/laravel-ide-help…
Browse files Browse the repository at this point in the history
…er-hook-eloquent-has-by-non-dependent-subquery into update/laravel-9
  • Loading branch information
wimski committed Feb 23, 2022
2 parents 611461f + a2fe944 commit 5e3328a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
@@ -1,20 +1,20 @@
{
"name": "wimski/laravel-ide-helper-hook-eloquent-has-by-non-dependent-subquery",
"type": "library",
"description": "Add Eloquent Has By Non-dependent Subquery support to Laravel IDE Helper",
"license": "MIT",
"type": "library",
"keywords": [
"laravel-ide-helper",
"eloquent-has-by-non-dependent-subquery"
],
"homepage": "https://github.com/wimski/laravel-ide-helper-hook-eloquent-has-by-non-dependent-subquery",
"license": "MIT",
"authors": [
{
"name": "Wimski",
"email": "thatonedudewimski@gmail.com",
"role": "Developer"
}
],
"homepage": "https://github.com/wimski/laravel-ide-helper-hook-eloquent-has-by-non-dependent-subquery",
"require": {
"php": "^7.4 || ^8.0",
"barryvdh/laravel-ide-helper": "^2.12.2",
Expand All @@ -30,16 +30,6 @@
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Wimski\\LaravelIdeHelperHookEloquentHasByNonDependentSubquery\\Providers\\LaravelIdeHelperHookEloquentHasByNonDependentSubqueryServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Wimski\\LaravelIdeHelperHookEloquentHasByNonDependentSubquery\\": "src"
Expand All @@ -50,6 +40,16 @@
"Wimski\\LaravelIdeHelperHookEloquentHasByNonDependentSubquery\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Wimski\\LaravelIdeHelperHookEloquentHasByNonDependentSubquery\\Providers\\LaravelIdeHelperHookEloquentHasByNonDependentSubqueryServiceProvider"
]
}
},
"scripts": {
"analyze": "@php vendor/phpstan/phpstan/phpstan analyse --memory-limit 1G",
"check-style": [
Expand Down

0 comments on commit 5e3328a

Please sign in to comment.