Skip to content

Commit

Permalink
chore: use released version of has-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
audunru committed May 17, 2024
1 parent 91a7624 commit 38b024e
Show file tree
Hide file tree
Showing 2 changed files with 1,163 additions and 418 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"laravel/framework": "^11.0",
"spatie/enum": "^3.9",
"spatie/laravel-package-tools": "^1.9",
"timacdonald/has-parameters": "dev-laravel-11"
"timacdonald/has-parameters": "^1.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down Expand Up @@ -71,11 +71,5 @@
"php ./vendor/bin/phpmd config,src,tests ansi phpmd-ruleset.xml",
"XDEBUG_MODE=coverage php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/patrickomeara/has-parameters"
}
]
}
}

0 comments on commit 38b024e

Please sign in to comment.