Skip to content

Commit b8af9ef

Browse files
committed
Require ipl-stdlib v0.12.0 and ipl-i18n v0.2.0
1 parent a4d04dc commit b8af9ef

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
@@ -6,9 +6,9 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=7.2",
9-
"ipl/stdlib": ">=0.5.0",
10-
"ipl/i18n": ">=0.1.0",
11-
"ext-openssl": "*"
9+
"ext-openssl": "*",
10+
"ipl/stdlib": ">=0.12.0",
11+
"ipl/i18n": ">=0.2.0"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)