Skip to content

Commit 77c423f

Browse files
committed
Require latest ipl releases
1 parent 1aa0681 commit 77c423f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
},
1313
"require": {
1414
"php": ">=7.2",
15-
"ipl/html": "^0.6.0",
15+
"ipl/html": "^0.7.0",
1616
"ipl/i18n": "^0.2.0",
17-
"ipl/orm": "^0.4.0",
17+
"ipl/orm": "^0.5.0",
1818
"ipl/scheduler": "^0.1.0",
1919
"ipl/sql": "^0.6.0",
2020
"ipl/stdlib": "^0.12.0",
21-
"ipl/validator": "^0.4.0",
22-
"ipl/web": "^0.6.0"
21+
"ipl/validator": "^0.5.0",
22+
"ipl/web": "^0.7.0"
2323
},
2424
"require-dev": {
2525
},

0 commit comments

Comments
 (0)