Skip to content

Commit ed254d0

Browse files
committed
Update composer.json
1 parent cc2a92b commit ed254d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floatphp/kernel",
3-
"version" : "1.1.0",
3+
"version" : "1.1.1",
44
"type": "library",
55
"description": "FloatPHP Kernel Components",
66
"keywords": ["php","micro-framework","framework","PSR","ORM","jakiboy","composer"],
@@ -19,11 +19,11 @@
1919
"ext-intl": "*",
2020
"twig/twig": "^3.8.0",
2121
"justinrainbow/json-schema": "^5.2.13",
22-
"floatphp/classes": "^1.1.0",
23-
"floatphp/helpers": "^1.1.0",
24-
"floatphp/interfaces": "^1.1.0",
25-
"floatphp/exceptions": "^1.1.0",
26-
"floatphp/cli": "^1.1.0"
22+
"floatphp/classes": "^1.1.1",
23+
"floatphp/helpers": "^1.1.1",
24+
"floatphp/interfaces": "^1.1.1",
25+
"floatphp/exceptions": "^1.1.1",
26+
"floatphp/cli": "^1.1.1"
2727
},
2828
"autoload": {
2929
"psr-4" : {

0 commit comments

Comments
 (0)