Skip to content

Commit

Permalink
Removed composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 17, 2023
1 parent d1c94cf commit 6245717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2,400 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}

- name: Validate composer.json and composer.lock
- name: Validate composer.json
run: composer validate --strict

- name: Cache Composer packages
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.phpunit.cache
/.*
/composer.lock
/vendor
Loading

0 comments on commit 6245717

Please sign in to comment.