Skip to content

Commit 2a437dd

Browse files
committed
Initial drop.
0 parents  commit 2a437dd

File tree

8 files changed

+1562
-0
lines changed

8 files changed

+1562
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "dflydev/stack-basic-authentication",
3+
"autoload": {
4+
"psr-0": {
5+
"Dflydev\\Stack": "src"
6+
}
7+
},
8+
"repositories": [
9+
{
10+
"type": "vcs",
11+
"url": "https://github.com/simensen/stack-security"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.4.0",
16+
"stack/security": "1.0.*@dev",
17+
"symfony/http-foundation": "~2.1",
18+
"symfony/http-kernel": "~2.1"
19+
},
20+
"require-dev": {
21+
"phpunit/phpunit": "3.7.21",
22+
"silex/silex": "1.1.*@dev",
23+
"stack/builder": "~1.0@dev",
24+
"stack/callable-http-kernel": "~1.0@dev",
25+
"stack/inline": "~1.0@dev",
26+
"symfony/browser-kit": "~2.1"
27+
},
28+
"extra": {
29+
"branch-alias": {
30+
"dev-master": "1.0-dev"
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)