Skip to content

Commit 32763f5

Browse files
authored
Merge pull request #10 from mirko-bukilic/master
Updated php version to 8.2
2 parents c4e9055 + a63bf6f commit 32763f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"psr-4": {"G4\\Runner\\": "src/"}
2626
},
2727
"require": {
28-
"php" : ">=5.6",
29-
"aura/accept" : "2.x-dev",
28+
"php" : ">=8.2",
29+
"aura/accept" : "4.*",
3030
"g4/clean-core" : "*",
3131
"g4/http" : "*",
3232
"g4/di" : "*",
33-
"g4/profiler" : ">=1.11.0",
33+
"g4/profiler" : ">=1.12.0",
3434
"g4/factory" : "1.*",
3535
"twig/twig" : "1.*",
3636
"twig/extensions": "^1.2",
3737
"g4/version": "^0.0.2"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit" : "5.*",
40+
"phpunit/phpunit" : "10.*",
4141
"squizlabs/php_codesniffer" : "3.*",
4242
"g4/code-coverage" : "1.*"
4343
},

0 commit comments

Comments
 (0)