Skip to content

Commit

Permalink
Reformated composer.json file and updated php requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiettran committed Jan 8, 2020
1 parent 3272226 commit 41aa8a5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
70 changes: 36 additions & 34 deletions composer.json
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
}
}
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41aa8a5

Please sign in to comment.