File tree 2 files changed +254
-234
lines changed
2 files changed +254
-234
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " undabot/json-api-symfony" ,
3
- "description" : " " ,
3
+ "description" : " Allow symfony apps to easy handle JSON API compatible requests and responses " ,
4
4
"type" : " symfony-bundle" ,
5
5
"license" : " MIT" ,
6
6
"require" : {
19
19
"sensio/framework-extra-bundle" : " ^6.1"
20
20
},
21
21
"require-dev" : {
22
- "roave/security-advisories" : " dev-master " ,
22
+ "roave/security-advisories" : " dev-latest " ,
23
23
"phpstan/phpstan-phpunit" : " ^0.12" ,
24
24
"phpunit/phpunit" : " ^9.5" ,
25
25
"friendsofphp/php-cs-fixer" : " ^2.18" ,
28
28
"phpstan/phpstan-beberlei-assert" : " ^0.12" ,
29
29
"thecodingmachine/phpstan-strict-rules" : " ^0.12"
30
30
},
31
- "repositories" : [
32
- {
33
- "type" : " vcs" ,
34
- "url" :
" [email protected] :undabot/json-api-core.git"
35
- }
36
- ],
37
31
"autoload" : {
38
32
"psr-4" : {
39
33
"Undabot\\ SymfonyJsonApi\\ " : " src/"
You can’t perform that action at this time.
0 commit comments