Skip to content

Commit c631fc9

Browse files
composer updated
1 parent 1e70744 commit c631fc9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
3131
coverage: none
3232

33+
- name: Make sure composer.json is validated
34+
run: composer validate
35+
3336
- name: Create Laravel ${{ matrix.laravel }}
3437
run: |
3538
composer create-project --prefer-dist laravel/laravel laravel-test-project "${{ matrix.laravel }}" --no-interaction

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.6",
2626
"orchestra/testbench": "^7.47"
27-
},
28-
"version": "1.1",
29-
"minimum-stability": "stable"
27+
}
3028
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)