Skip to content

Commit c5bf424

Browse files
committed
Allow less requirements to avoid supporting deprecated versions
1 parent 8e3bd8c commit c5bf424

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [7.2, 7.3, 7.4, 8.0]
19-
symfony: [^3.4, ^4.4, ^5.4, ^6.0]
19+
symfony: [^5.4, ^6.0]
2020

2121
exclude:
2222
-

Diff for: composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@
1818
"homepage": "https://github.com/ekyna/PayumMonetico",
1919
"license": "MIT",
2020
"require": {
21-
"php": "^7.2|^8.0",
2221
"ext-json": "*",
2322
"payum/core": "^1.5",
24-
"psr/log": "^1.0|^2.0|^3.0",
25-
"symfony/options-resolver": "^3.4|^4.4|^5.4|^6.0",
23+
"psr/log": "^1.0|^3.0",
24+
"symfony/options-resolver": "^5.4|^6.0",
2625
"sokil/php-isocodes": "^2.0|^3.0"
2726
},
2827
"require-dev": {
29-
"php-http/guzzle6-adapter": "^1.1|^2.0",
30-
"phpunit/phpunit": "^7.0|^8.0|^9.0"
28+
"php-http/guzzle7-adapter": "^1.0",
29+
"phpunit/phpunit": "^8.0|^9.0"
3130
},
3231
"autoload": {
3332
"psr-4": {

0 commit comments

Comments
 (0)