Skip to content

Commit 764c5d8

Browse files
authored
Merge pull request #30 from sourcetoad/release-6.0.0
Release 6.0.0
2 parents 587de08 + d7f0a73 commit 764c5d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
run: composer update laravel/framework:^${{ matrix.laravel }} orchestra/testbench:^${{ matrix.testbench }} -W
4848

4949
- name: Execute tests
50-
run: vendor/bin/phpunit --verbose
50+
run: vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sourcetoad/enhanced-resources",
33
"description": "Laravel's API Resources enhanced.",
4-
"minimum-stability": "dev",
4+
"minimum-stability": "stable",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)