Skip to content

Commit 562000b

Browse files
authored
Merge pull request #2 from undabot/update/dependencies
Upgrade dependencies
2 parents 4777e60 + b670403 commit 562000b

File tree

2 files changed

+254
-234
lines changed

2 files changed

+254
-234
lines changed

composer.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undabot/json-api-symfony",
3-
"description": "",
3+
"description": "Allow symfony apps to easy handle JSON API compatible requests and responses",
44
"type": "symfony-bundle",
55
"license": "MIT",
66
"require": {
@@ -19,7 +19,7 @@
1919
"sensio/framework-extra-bundle": "^6.1"
2020
},
2121
"require-dev": {
22-
"roave/security-advisories": "dev-master",
22+
"roave/security-advisories": "dev-latest",
2323
"phpstan/phpstan-phpunit": "^0.12",
2424
"phpunit/phpunit": "^9.5",
2525
"friendsofphp/php-cs-fixer": "^2.18",
@@ -28,12 +28,6 @@
2828
"phpstan/phpstan-beberlei-assert": "^0.12",
2929
"thecodingmachine/phpstan-strict-rules": "^0.12"
3030
},
31-
"repositories": [
32-
{
33-
"type": "vcs",
34-
"url": "[email protected]:undabot/json-api-core.git"
35-
}
36-
],
3731
"autoload": {
3832
"psr-4": {
3933
"Undabot\\SymfonyJsonApi\\": "src/"

0 commit comments

Comments
 (0)