Skip to content

Commit

Permalink
2.0 (#3)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* php8.1

* Test on php8.1 only
  • Loading branch information
jerodev authored Oct 31, 2022
1 parent 3a4b0c5 commit 6e352a2
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 486 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
fail-fast: true
matrix:
php:
- 7.4
- 8.0
- 8.1

name: PHP ${{ matrix.php }}

Expand Down
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"ext-dom": "*",
"guzzlehttp/guzzle": "^7.0",
"symfony/css-selector": "^5.1"
"symfony/css-selector": "^6.1"
},
"require-dev": {
"jerodev/code-styles": "dev-master",
"phpunit/phpunit": "^9.3",
"phpstan/phpstan": "^0.12"
"phpstan/phpstan": "^1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -39,6 +39,9 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 6e352a2

Please # to comment.