Skip to content

Commit

Permalink
Merge pull request #110 from utopia-php/feat-framework-v2-v2
Browse files Browse the repository at this point in the history
Fix validators
  • Loading branch information
christyjacob4 authored Sep 5, 2024
2 parents 7d355c5 + 5acccdb commit 5013b89
Show file tree
Hide file tree
Showing 8 changed files with 468 additions and 406 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"ext-lz4": "*",
"ext-snappy": "*",
"php": ">=8.0",
"utopia-php/framework": "0.*.*",
"utopia-php/system": "0.*.*"
"utopia-php/framework": "1.0.*",
"utopia-php/system": "0.8.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "4.0.1",
"laravel/pint": "1.2.*"
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}
Loading

0 comments on commit 5013b89

Please sign in to comment.