We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 587de08 + d7f0a73 commit 764c5d8Copy full SHA for 764c5d8
.github/workflows/tests.yml
@@ -47,4 +47,4 @@ jobs:
47
run: composer update laravel/framework:^${{ matrix.laravel }} orchestra/testbench:^${{ matrix.testbench }} -W
48
49
- name: Execute tests
50
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sourcetoad/enhanced-resources",
3
"description": "Laravel's API Resources enhanced.",
4
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
5
"license": "MIT",
6
"authors": [
7
0 commit comments