Skip to content

Commit ce5d132

Browse files
committed
Fixed required PHP-DI version to 4.0 stable
1 parent 0543319 commit ce5d132

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
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"require": {
15-
"mnapoli/php-di": "~4.0@dev",
15+
"mnapoli/php-di": "~4.0",
1616
"symfony/dependency-injection": "~2.0"
1717
}
1818
}

0 commit comments

Comments
 (0)