Skip to content

Commit

Permalink
Merge pull request #8 from kudashevs/feature/update_php
Browse files Browse the repository at this point in the history
Update PHP version
  • Loading branch information
evanepio authored Nov 9, 2024
2 parents 9f6e573 + 01b19b9 commit 798e029
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
extensions: curl, libxml, mbstring
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Requirements

* install [PHP](https://www.php.net/manual/en/install.php)
- PHP 7.4+
- PHP 8.0+
* install [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos)

## To run tests
Expand Down
4 changes: 2 additions & 2 deletions php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
}
],
"require": {
"php": "^7.4|^8.0"
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1|^10.0"
"phpunit/phpunit": "^9.1|^10.0|^11.0"
},
"autoload": {
"classmap": ["src"]
Expand Down

0 comments on commit 798e029

Please sign in to comment.