Skip to content

Commit

Permalink
Removed unnecessary things
Browse files Browse the repository at this point in the history
  • Loading branch information
julfiker committed Mar 23, 2018
1 parent ad87e51 commit 7f8a8d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/http-foundation": "v3.4.6"
"symfony/http-foundation": "v3.4.6",
"julfiker/csrf-php": "dev-master"
},
"autoload": {
"psr-4": {
"Julfiker\\Service\\": "src/manager",
"Csrf\\Exception\\": "src/exceptions"
"Julfiker\\Service\\": "src/manager"
}
}
}

0 comments on commit 7f8a8d4

Please sign in to comment.