Skip to content

Instantly share code, notes, and snippets.

@RoboSparrow
Created January 25, 2017 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoboSparrow/572240ba4f07366ab03d3fcd77e38a10 to your computer and use it in GitHub Desktop.
Save RoboSparrow/572240ba4f07366ab03d3fcd77e38a10 to your computer and use it in GitHub Desktop.
{
"name": "brightcookie/lxhive",
"description": "An open-source LRS from Brightcookie",
"license": "GPL-3.0",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sraka1/Slim"
}
],
"require": {
"slim/slim": "3.*",
"justinrainbow/json-schema": "~4.0",
"league/url": "~3.3",
"ramsey/uuid": "3.*",
"league/flysystem": "~0.5",
"symfony/console": "*",
"symfony/yaml": "~2.6",
"monolog/monolog": "^1.21",
"slim/twig-view": "^2.1",
"symfony/event-dispatcher": "^3.2",
"ext-mongodb": "*"
},
"require-dev": {
"phpunit/phpunit": "4.3.*"
},
"autoload": {
"psr-4": {
"API\\": "src/xAPI"
}
}
}
@RoboSparrow
Copy link
Author

RoboSparrow commented Jan 25, 2017

above json is only an example.

for use in php7 environments:

see https://github.com/alcaeus/mongo-php-adapter

composer require alcaeus/mongo-php-adapter --ignore-platform-reqs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment