Skip to content

Commit c31f6ef

Browse files
committed
composer.json: Raise dependencies
1 parent b279cdd commit c31f6ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
},
1313
"require": {
1414
"php": ">=8.2",
15-
"ipl/html": "^0.8.0",
15+
"ipl/html": "^0.9.0",
1616
"ipl/i18n": "^0.2.0",
1717
"ipl/orm": "^0.7.0",
18-
"ipl/scheduler": "^0.1.0",
19-
"ipl/sql": "^0.7.0",
18+
"ipl/scheduler": "^0.2.0",
19+
"ipl/sql": "^0.8.0",
2020
"ipl/stdlib": "^0.14.0",
2121
"ipl/validator": "^0.5.0",
22-
"ipl/web": "^0.11.0"
22+
"ipl/web": "^0.12.0"
2323
},
2424
"require-dev": {
2525
},

0 commit comments

Comments
 (0)