Skip to content

Commit 76def92

Browse files
authored
Merge pull request #187 from utopia-php/feat-request-model
Add request model support
2 parents 838e3a2 + b79aafd commit 76def92

6 files changed

Lines changed: 767 additions & 132 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"bench": "vendor/bin/phpbench run --report=benchmark"
2323
},
2424
"require": {
25-
"php": ">=8.1",
25+
"php": ">=8.3",
2626
"utopia-php/compression": "0.1.*",
2727
"utopia-php/telemetry": "0.1.*",
2828
"utopia-php/validators": "0.1.*"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^9.5.25",
32-
"laravel/pint": "^1.2",
33-
"phpstan/phpstan": "^1.10",
34-
"phpbench/phpbench": "^1.2"
31+
"phpunit/phpunit": "9.*",
32+
"laravel/pint": "1.*",
33+
"phpstan/phpstan": "1.*",
34+
"phpbench/phpbench": "1.*"
3535
},
3636
"config": {
3737
"allow-plugins": {

0 commit comments

Comments
 (0)