Skip to content

Commit

Permalink
Merge pull request #17 from utopia-php/feat-framework-v2
Browse files Browse the repository at this point in the history
Feat: Framework V2 support
  • Loading branch information
christyjacob4 authored Sep 5, 2024
2 parents 003c622 + 32b778f commit c741619
Show file tree
Hide file tree
Showing 10 changed files with 287 additions and 120 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor
composer.lock
.phpunit.result.cache
.idea
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"keywords": ["php","framework", "upf", "utopia", "platform"],
"license": "MIT",
"minimum-stability": "stable",
"minimum-stability": "RC",
"autoload": {
"psr-4": {"Utopia\\Platform\\": "src/Platform"}
},
Expand All @@ -18,9 +18,10 @@
"php": ">=8.0",
"ext-json": "*",
"ext-redis": "*",
"utopia-php/framework": "0.33.*",
"utopia-php/cli": "0.15.*",
"utopia-php/queue": "0.7.*"
"utopia-php/servers": "0.1.0",
"utopia-php/framework": "1.0.*",
"utopia-php/cli": "1.0.*",
"utopia-php/queue": "0.8.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down
Loading

0 comments on commit c741619

Please sign in to comment.