-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformated composer.json file and updated php requirements.
- Loading branch information
Showing
2 changed files
with
39 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,39 @@ | ||
{ | ||
"name" : "superbrave/gdpr-bundle", | ||
"type" : "symfony-bundle", | ||
"description": "A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing/exporting data", | ||
"keywords" : [ | ||
"annotations", | ||
"GDPR", | ||
"anonymizing", | ||
"exporting" | ||
], | ||
"licence" : "MIT License", | ||
"require" : { | ||
"php": ">=5.6.0", | ||
"doctrine/annotations": "^1.4", | ||
"symfony/framework-bundle": "^3.0.0", | ||
"symfony/options-resolver": "^3.4", | ||
"symfony/property-access": "^3.4", | ||
"symfony/serializer": "^3.4" | ||
}, | ||
"require-dev": { | ||
"roave/security-advisories": "dev-master", | ||
"doctrine/collections": "^1.4", | ||
"phpunit/phpunit": "^5.6", | ||
"superbrave/coding-standards": "^0.1", | ||
"squizlabs/php_codesniffer": "^3.2" | ||
}, | ||
"autoload" : { | ||
"psr-4": {"Superbrave\\GdprBundle\\": ""} | ||
}, | ||
"config" : { | ||
"bin-dir" : "bin", | ||
"platform" : { | ||
"php": "5.6.0" | ||
"name": "superbrave/gdpr-bundle", | ||
"type": "symfony-bundle", | ||
"description": "A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing/exporting data", | ||
"keywords": [ | ||
"annotations", | ||
"GDPR", | ||
"anonymizing", | ||
"exporting" | ||
], | ||
"license": "MIT License", | ||
"require": { | ||
"php": ">=7.2.0", | ||
"doctrine/annotations": "^1.4", | ||
"symfony/framework-bundle": "^3.0.0", | ||
"symfony/options-resolver": "^3.4", | ||
"symfony/property-access": "^3.4", | ||
"symfony/serializer": "^3.4" | ||
}, | ||
"sort-packages": true | ||
} | ||
"require-dev": { | ||
"roave/security-advisories": "dev-master", | ||
"doctrine/collections": "^1.4", | ||
"phpunit/phpunit": "^5.6", | ||
"superbrave/coding-standards": "^0.1", | ||
"squizlabs/php_codesniffer": "^3.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Superbrave\\GdprBundle\\": "" | ||
} | ||
}, | ||
"config": { | ||
"bin-dir": "bin", | ||
"platform": { | ||
"php": "7.2.0" | ||
}, | ||
"sort-packages": true | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.