Skip to content

Commit

Permalink
ups composer
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobg committed Jun 29, 2020
1 parent 2616c82 commit a525d8b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
"require": {
"php": ">=7.2.0",
"doctrine/inflector": "^2.0",
"illuminate/console": "^7.16",
"illuminate/support": "^7.16",
"composer/composer": "^1.10",
"webonyx/graphql-php": "^0.13.8",
"illuminate/console": "^7.16",
"thecodingmachine/safe": "^1.1"
"thecodingmachine/safe": "^1.1",
"corollarium/formularium": "^0.2.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
Expand All @@ -33,13 +34,17 @@
"format": "vendor/bin/ecs check Modelarium/ --level clean-code --fix && vendor/bin/ecs check Modelarium/ --level psr12 --fix",
"stan": "vendor/bin/phpstan analyse Modelarium",
"coverage": "./vendor/bin/phpunit --configuration phpunit.xml --coverage-html docs/coverage-report tests/",
"test": "./vendor/bin/phpunit --configuration phpunit.xml tests/"
"test": "./vendor/bin/phpunit --configuration phpunit.xml tests/",
"generateDatatypes": "php util/FormulariumDatatypes.php"
},
"extra": {
"laravel": {
"providers": [
"Modelarium\\Laravel\\ServiceProvider"
]
}
},
"suggest": {
"corollarium/formularium": "Generate frontend, your own datatypes and validators easily"
}
}
}

0 comments on commit a525d8b

Please sign in to comment.