oauth2-server/examples/composer.json

18 lines
376 B
JSON
Raw Normal View History

2015-04-05 17:02:43 +01:00
{
2015-11-13 17:40:22 +00:00
"require": {
2016-04-17 12:43:25 +01:00
"slim/slim": "3.0.*"
},
"require-dev": {
"league/event": "^2.1",
"lcobucci/jwt": "^3.1",
"paragonie/random_compat": "^1.1",
"psr/http-message": "^1.0"
2015-11-13 17:40:22 +00:00
},
"autoload": {
"psr-4": {
2016-04-17 12:43:25 +01:00
"OAuth2ServerExamples\\": "src/",
"League\\OAuth2\\Server\\": "../src/"
2015-11-13 17:40:22 +00:00
}
}
}