Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Jan 24, 2024
1 parent 6ac02ec commit b73d341
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.0",
"version" : "1.1.1",
"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.0",
"floatphp/helpers": "^1.1.0",
"floatphp/interfaces": "^1.1.0",
"floatphp/exceptions": "^1.1.0"
"floatphp/classes": "^1.1.1",
"floatphp/helpers": "^1.1.1",
"floatphp/interfaces": "^1.1.1",
"floatphp/exceptions": "^1.1.1"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit b73d341

Please sign in to comment.