Skip to content

Commit 5c70b0f

Browse files
Merge pull request #38 from utopia-php/feat-framework-v2
Upgrade http lib
2 parents e3bb652 + 59e198e commit 5c70b0f

File tree

3 files changed

+211
-110
lines changed

3 files changed

+211
-110
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
},
2626
"require": {
2727
"php": ">=8.0",
28-
"utopia-php/framework": "0.*.*"
28+
"utopia-php/framework": "1.0.*"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^9.3",
3232
"laravel/pint": "1.2.*",
3333
"phpstan/phpstan": "1.9.x-dev"
3434
},
35-
"minimum-stability": "dev"
35+
"minimum-stability": "stable"
3636
}

0 commit comments

Comments
 (0)