Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
soulaimaneyahya committed Apr 29, 2024
1 parent c03c0c2 commit 73e87a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: "8.2"

- name: Checkout code
uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Composer package to simplify the process of filtering and sorting queries
Require this package with composer. It is recommended to only require the package for development.

```shell
composer require multividas/query-filters --dev
composer require multividas/query-filters
```

Learn more: [Multividas Query Filters](https://developers.multividas.com/rest/introduction/query-filters)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"./vendor/bin/phpcs --standard=PSR2 --encoding=utf-8 --extensions=php src/*"
]
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": "^8.2"
},
Expand Down

0 comments on commit 73e87a8

Please sign in to comment.