Skip to content

Commit

Permalink
Merge pull request #10 from utopia-php/feat-remove-dependencies
Browse files Browse the repository at this point in the history
Feat remove dependencies
  • Loading branch information
christyjacob4 authored Nov 15, 2022
2 parents 63cf2c3 + bdc023b commit c8f96a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 110 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
"test": "./vendor/bin/phpunit --configuration phpunit.xml --debug"
},
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"ext-redis": "*",
"ext-mongodb": "*",
"utopia-php/cli": "^0.14.0"
"php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"laravel/pint": "1.2.*",
"phpstan/phpstan": "1.8.*"
},
"suggests": {
"ext-mongodb": "Needed to support MongoDB database pools",
"ext-redis": "Needed to support Redis cache pools",
"ext-pdo": "Needed to support MariaDB, MySQL or SQLite database pools"
}
}
113 changes: 8 additions & 105 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8f96a3

Please sign in to comment.