Skip to content

Commit

Permalink
Merge pull request #38 from utopia-php/feat-framework-v2
Browse files Browse the repository at this point in the history
Upgrade http lib
  • Loading branch information
christyjacob4 authored Sep 5, 2024
2 parents e3bb652 + 59e198e commit 5c70b0f
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 110 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"require": {
"php": ">=8.0",
"utopia-php/framework": "0.*.*"
"utopia-php/framework": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"laravel/pint": "1.2.*",
"phpstan/phpstan": "1.9.x-dev"
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}
Loading

0 comments on commit 5c70b0f

Please sign in to comment.