Skip to content

Commit

Permalink
- Update dependencies (#27)
Browse files Browse the repository at this point in the history
- Add kununu/scripts dependency for dev environment
- Update codeowners
  • Loading branch information
hugo-goncalves-kununu authored May 11, 2021
1 parent 298bc35 commit 9c42f73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @kununu/camoes-backend
* @kununu/camoes-backend @kununu/fm-backend
25 changes: 7 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,19 @@
"license": "proprietary",
"description": "Kununu Projections",
"minimum-stability": "stable",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kununu/data-fixtures.git",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/kununu/testing-bundle.git",
"no-api": true
}
],
"require": {
"php": "^7.2"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^8.2",
"symfony/framework-bundle": "~4.0",
"symfony/yaml": "~4.0",
"symfony/browser-kit": "~4.0",
"symfony/cache": "^4.0",
"phpunit/phpunit": "^8.5",
"symfony/framework-bundle": "^4.4",
"symfony/yaml": "^4.4",
"symfony/browser-kit": "^4.4",
"symfony/cache": "^4.4",
"jms/serializer-bundle": "^2.0",
"kununu/testing-bundle": "^2.0"
"kununu/testing-bundle": "^13.0",
"kununu/scripts": "^2.0"
},
"suggest": {
"symfony/cache": "^4.0",
Expand Down

0 comments on commit 9c42f73

Please sign in to comment.