Skip to content

Commit

Permalink
chore: upgrading versions
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Aug 9, 2024
1 parent 5d59c2e commit d2d9848
Show file tree
Hide file tree
Showing 3 changed files with 2,037 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
composer.lock
/vendor/
/.idea/
*.cache
.env
.env
4 changes: 2 additions & 2 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", "analytics"],
"license": "MIT",
"minimum-stability": "stable",
"minimum-stability": "RC",
"autoload": {
"psr-4": {"Utopia\\Analytics\\": "src/Analytics"}
},
Expand All @@ -14,7 +14,7 @@
},
"require": {
"php": ">=8.0",
"utopia-php/cli": "0.17.*"
"utopia-php/cli": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down
Loading

0 comments on commit d2d9848

Please sign in to comment.