Skip to content

Commit

Permalink
Update version references
Browse files Browse the repository at this point in the history
Using asterisks is easier to understand thant remembering what ^
and ~ mean.
  • Loading branch information
stnguyen90 committed Sep 8, 2023
1 parent 477a1c4 commit 60db4c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"format": "./vendor/bin/pint"
},
"require": {
"php": ">=8.0",
"utopia-php/cli": "^0.15.0",
"appwrite/appwrite": "^10.0.0"
"php": "8.*",
"utopia-php/cli": "0.*",
"appwrite/appwrite": "10.0.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"vlucas/phpdotenv": "^5.5",
"laravel/pint": "^1.10"
"phpunit/phpunit": "9.*",
"vlucas/phpdotenv": "5.*",
"laravel/pint": "1.*"
}
}

0 comments on commit 60db4c3

Please sign in to comment.