Skip to content

Commit bd5f9ce

Browse files
authored
Merge pull request #13 from GrahamCampbell/patch-1
Support Symfony 5
2 parents 520419d + 86734e7 commit bd5f9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^5.4 || ^7.0",
15-
"symfony/stopwatch": "^2.7 || ^3.0 || ^4.0",
15+
"symfony/stopwatch": "^2.7 || ^3.0 || ^4.0 || ^5.0",
1616
"php-http/client-common": "^1.9 || ^2.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)