We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af16b60 commit d7b456aCopy full SHA for d7b456a
.github/workflows/phpstan.yml
@@ -18,6 +18,9 @@ jobs:
18
- 7.4
19
- 8.0
20
- 8.1
21
+ - 8.2
22
23
+ - 8.4
24
25
steps:
26
- name: Checkout
.github/workflows/phpunit-unit.yml
+ - 8.3
composer.json
@@ -22,7 +22,7 @@
"ext-openssl": "*",
"phpseclib/phpseclib": "^3.0",
"spomky-labs/php-aes-gcm": "^1.2",
- "symfony/process": "^4.1|^5.0|^6.0|^7.0"
+ "symfony/process": "^5.0|^6.0|^7.0"
},
27
"require-dev": {
28
"phpunit/phpunit": "^7.5|^9.0",
0 commit comments