Skip to content

Commit 7edc16d

Browse files
committed
chore: updating versions
1 parent d48b696 commit 7edc16d

3 files changed

Lines changed: 2126 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
composer.lock
21
/vendor/
32
/.idea/
43
.phpunit.result.cache

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"type": "library",
55
"keywords": ["php","framework", "upf", "utopia", "cli", "command line"],
66
"license": "MIT",
7-
87
"scripts": {
98
"test": "vendor/bin/phpunit --configuration phpunit.xml < tests/input.txt",
109
"check": "vendor/bin/phpstan analyse -c phpstan.neon",
@@ -16,8 +15,8 @@
1615
},
1716
"require": {
1817
"php": ">=7.4",
19-
"utopia-php/framework": "dev-feat-di-upgrade as 0.34.99",
20-
"utopia-php/di": "dev-feat-framework-v2"
18+
"utopia-php/framework": "1.0.0-RC1",
19+
"utopia-php/di": "0.1.*"
2120
},
2221
"require-dev": {
2322
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)