Skip to content

Commit 5a32944

Browse files
Merge pull request #5 from NoumanAhmad448/dev
version upgraded
2 parents 44b3325 + 293c3e3 commit 5a32944

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"phpunit/phpunit": "^9.6",
2626
"orchestra/testbench": "^7.47"
2727
},
28-
"version": "1.0",
28+
"version": "1.1",
2929
"minimum-stability": "stable"
3030
}

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)