initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- composer.json 24 additions, 0 deletionscomposer.json
- composer.lock 0 additions, 0 deletionscomposer.lock
- foo.php 70 additions, 0 deletionsfoo.php
- index.php 71 additions, 0 deletionsindex.php
- src/CustomAuthenticationListener.php 70 additions, 0 deletionssrc/CustomAuthenticationListener.php
- src/CustomAuthenticationProvider.php 75 additions, 0 deletionssrc/CustomAuthenticationProvider.php
- src/Kernel.php 44 additions, 0 deletionssrc/Kernel.php
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "nek/symfony-security", | ||
"description": "Usage of Sf Sec component", | ||
"type": "project", | ||
"autoload": { | ||
"psr-4": { | ||
"BiiG\\SecurityTest\\": "src/" | ||
} | ||
}, | ||
"require": { | ||
"silex/silex": "^2.2", | ||
"symfony/security": "^3.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6.3" | ||
}, | ||
"license": "private", | ||
"authors": [ | ||
{ | ||
"name": "Nek (Maxime Veber)", | ||
"email": "nek.dev@gmail.com" | ||
} | ||
] | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
foo.php
0 → 100644
index.php
0 → 100644
src/CustomAuthenticationListener.php
0 → 100644
src/CustomAuthenticationProvider.php
0 → 100644
src/Kernel.php
0 → 100644
Please register or sign in to comment