Skip to content

Commit

Permalink
Updated dependencies (#30)
Browse files Browse the repository at this point in the history
PHP8 and SF6 support, dropped SF3
  • Loading branch information
Padam87 authored Mar 31, 2022
1 parent 3915cf8 commit c956e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"psr-4": { "Padam87\\RasterizeBundle\\": "" }
},
"require": {
"php": "~7.1",
"symfony/process": "~3.3|~4.0|~5.0",
"symfony/stopwatch": "~2.3|~3.0|~4.0|~5.0"
"php": "^7.1 || ^8.0",
"symfony/process": "^4.0 || ^5.0 || ^6.0",
"symfony/stopwatch": "^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
Expand Down

0 comments on commit c956e92

Please sign in to comment.