Skip to content

Commit c956e92

Browse files
authored
Updated dependencies (#30)
PHP8 and SF6 support, dropped SF3
1 parent 3915cf8 commit c956e92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"psr-4": { "Padam87\\RasterizeBundle\\": "" }
1616
},
1717
"require": {
18-
"php": "~7.1",
19-
"symfony/process": "~3.3|~4.0|~5.0",
20-
"symfony/stopwatch": "~2.3|~3.0|~4.0|~5.0"
18+
"php": "^7.1 || ^8.0",
19+
"symfony/process": "^4.0 || ^5.0 || ^6.0",
20+
"symfony/stopwatch": "^4.0 || ^5.0 || ^6.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "~6.0",

0 commit comments

Comments
 (0)