Skip to content

Commit

Permalink
chore: updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Aug 8, 2024
1 parent d48b696 commit 7edc16d
Show file tree
Hide file tree
Showing 3 changed files with 2,126 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
composer.lock
/vendor/
/.idea/
.phpunit.result.cache
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "library",
"keywords": ["php","framework", "upf", "utopia", "cli", "command line"],
"license": "MIT",

"scripts": {
"test": "vendor/bin/phpunit --configuration phpunit.xml < tests/input.txt",
"check": "vendor/bin/phpstan analyse -c phpstan.neon",
Expand All @@ -16,8 +15,8 @@
},
"require": {
"php": ">=7.4",
"utopia-php/framework": "dev-feat-di-upgrade as 0.34.99",
"utopia-php/di": "dev-feat-framework-v2"
"utopia-php/framework": "1.0.0-RC1",
"utopia-php/di": "0.1.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down
Loading

0 comments on commit 7edc16d

Please sign in to comment.