Skip to content

Commit

Permalink
Merge pull request #10 from mirko-bukilic/master
Browse files Browse the repository at this point in the history
Updated php version to 8.2
  • Loading branch information
ppavlovic committed Nov 2, 2023
2 parents c4e9055 + a63bf6f commit 32763f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"psr-4": {"G4\\Runner\\": "src/"}
},
"require": {
"php" : ">=5.6",
"aura/accept" : "2.x-dev",
"php" : ">=8.2",
"aura/accept" : "4.*",
"g4/clean-core" : "*",
"g4/http" : "*",
"g4/di" : "*",
"g4/profiler" : ">=1.11.0",
"g4/profiler" : ">=1.12.0",
"g4/factory" : "1.*",
"twig/twig" : "1.*",
"twig/extensions": "^1.2",
"g4/version": "^0.0.2"
},
"require-dev": {
"phpunit/phpunit" : "5.*",
"phpunit/phpunit" : "10.*",
"squizlabs/php_codesniffer" : "3.*",
"g4/code-coverage" : "1.*"
},
Expand Down

0 comments on commit 32763f5

Please sign in to comment.