Skip to content

Commit f936cc4

Browse files
committed
Changed Amp minimum from ^2.0 -> ^2.1 for fix #243.
1 parent 2f7a8f2 commit f936cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^6",
16-
"amphp/amp": "^2"
16+
"amphp/amp": "^2.1"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)