Skip to content

Commit

Permalink
Update compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent 38f3906 commit bf1fa25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compiler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"php": "^8.0",
"nette/neon": "^3.0.0",
"seld/phar-utils": "^1.2",
"symfony/console": "^6.0.0",
"symfony/filesystem": "^6.0.0",
"symfony/finder": "^6.0.0",
"symfony/process": "^6.0.0"
"symfony/console": "^7.0.0",
"symfony/filesystem": "^7.0.0",
"symfony/finder": "^7.0.0",
"symfony/process": "^7.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -23,7 +23,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^9.5.1",
"phpunit/phpunit": "^11.0.0",
"phpstan/phpstan-phpunit": "^1.0"
},
"config": {
Expand Down

0 comments on commit bf1fa25

Please sign in to comment.