Skip to content

Commit

Permalink
Adapters have been moved to imbo/imbo-mongodb-adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Aug 25, 2021
1 parent 0aa7d99 commit 523705d
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 1,202 deletions.
29 changes: 19 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "imbo/imbo",
"type": "project",
"description": "RESTful image server that handles image storage/transformations and metadata",
"keywords": [ "image storage", "image transformation", "image metadata" ],
"keywords": [
"image storage",
"image transformation",
"image metadata"
],
"homepage": "http://imbo.io/",
"license": "MIT",
"authors": [
Expand All @@ -11,7 +15,8 @@
"email": "cogo@starzinger.net",
"role": "Project lead",
"homepage": "https://github.com/christeredvartsen"
}, {
},
{
"name": "Contributors",
"homepage": "https://github.com/imbo/imbo/graphs/contributors"
}
Expand All @@ -25,20 +30,21 @@
"require": {
"php": ">=7.4",
"ext-imagick": "^3.4",
"symfony/http-foundation": "^4.3",
"symfony/console": "^5.1",
"guzzlehttp/psr7": "^1.6",
"ramsey/uuid": "^3.9",
"guzzlehttp/psr7": "^1.6"
"symfony/console": "^5.1",
"symfony/http-foundation": "^4.3"
},
"require-dev": {
"ext-mongodb": "^1.6",
"phpunit/phpunit": "^9.2",
"mongodb/mongodb": "^1.6",
"imbo/behat-api-extension": "^2.2",
"christeredvartsen/testfs": "^0.3.0",
"doctrine/dbal": "^2.10",
"imbo/behat-api-extension": "^2.2",
"imbo/imbo-filesystem-adapters": "dev-main",
"imbo/imbo-mongodb-adapters": "dev-main",
"micheh/psr7-cache": "^0.5",
"christeredvartsen/testfs": "^0.3.0",
"imbo/imbo-filesystem-adapters": "dev-main"
"mongodb/mongodb": "^1.6",
"phpunit/phpunit": "^9.2"
},
"suggest": {
"ext-mongodb": "Enables usage of MongoDB and GridFS as database and image storage. version: ^1.6",
Expand Down Expand Up @@ -104,5 +110,8 @@
"mkdir -p build/logs",
"php -S localhost:8080 -t ./public features/bootstrap/router.php > build/logs/httpd.log 2>&1 &"
]
},
"config": {
"sort-packages": true
}
}
65 changes: 63 additions & 2 deletions composer.lock

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

0 comments on commit 523705d

Please sign in to comment.