Skip to content

Commit

Permalink
REST API implementation (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l authored Sep 10, 2020
1 parent 56a68f4 commit e14ff06
Show file tree
Hide file tree
Showing 67 changed files with 4,777 additions and 697 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"league/oauth2-github": "^2.0",
"m4tthumphrey/php-gitlab-api": "^9.17",
"munusphp/munus": "^0.2.1",
"nelmio/api-doc-bundle": "v4.0.0-BETA2",
"nelmio/cors-bundle": "^2.1",
"omines/oauth2-gitlab": "^3.2",
"ramsey/uuid-doctrine": "^1.5",
"react/http": "^1.0",
Expand Down Expand Up @@ -121,6 +123,9 @@
}
],
"scripts": {
"post-install-cmd": [
"bin/console assets:install --symlink"
],
"check-cs": [
"php-cs-fixer fix --dry-run --diff"
],
Expand Down
Loading

0 comments on commit e14ff06

Please sign in to comment.