We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3915cf8 commit c956e92Copy full SHA for c956e92
1 file changed
composer.json
@@ -15,9 +15,9 @@
15
"psr-4": { "Padam87\\RasterizeBundle\\": "" }
16
},
17
"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"
+ "php": "^7.1 || ^8.0",
+ "symfony/process": "^4.0 || ^5.0 || ^6.0",
+ "symfony/stopwatch": "^4.0 || ^5.0 || ^6.0"
21
22
"require-dev": {
23
"phpunit/phpunit": "~6.0",
0 commit comments