Skip to content

Commit

Permalink
changed php requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Mar 22, 2021
1 parent cee26ca commit 95e729e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
php-version: ${{ matrix.php }}
coverage: xdebug

- name: Install npm dependencies
- name: Install composer dependencies
run: composer install

- name: Run code sniffer
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"version": "4.0.0",
"require": {
"php": ">=7.2",
"php": "^7.3 || ^8.0",
"ext-json": "*",
"symfony/property-access": "^4.4 || ^5.1",
"symfony/serializer": "^4.4 || ^5.1",
Expand Down

0 comments on commit 95e729e

Please sign in to comment.