Skip to content

Commit 8589347

Browse files
committed
Update Minimum PHP version
1 parent abe4167 commit 8589347

File tree

2 files changed

+519
-780
lines changed

2 files changed

+519
-780
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
"email": "[email protected]"
1414
},
1515
"require": {
16-
"php": ">=7.4",
16+
"php": ">=8.1",
1717
"ramsey/uuid": "^3 || ^4"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.5.13",
2121
"php-coveralls/php-coveralls": "^2.5.2",
22-
"phpunit/php-token-stream": "^4.0.4"
22+
"phpunit/php-token-stream": "^4.0.4",
23+
"symfony/config": "6.4.0"
2324
},
2425
"autoload": {
2526
"psr-4": {

0 commit comments

Comments
 (0)