Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Oct 5, 2024
1 parent b73d341 commit 3e16127
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floatphp/cli",
"version" : "1.1.1",
"version" : "1.1.2",
"type": "library",
"description": "FloatPHP CLI Components",
"keywords": ["floatphp","micro-framework","framework","PSR","ORM","jakiboy"],
Expand All @@ -15,10 +15,10 @@
],
"require": {
"php": ">=7.4",
"floatphp/classes": "^1.1.1",
"floatphp/helpers": "^1.1.1",
"floatphp/interfaces": "^1.1.1",
"floatphp/exceptions": "^1.1.1"
"floatphp/classes": "^1.1.2",
"floatphp/helpers": "^1.1.2",
"floatphp/interfaces": "^1.1.2",
"floatphp/exceptions": "^1.1.2"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit 3e16127

Please sign in to comment.