Skip to content

Commit

Permalink
Add minimum stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Luís Nóbrega committed Nov 29, 2019
1 parent 27ef36e commit 73689e2
Showing 1 changed file with 38 additions and 36 deletions.
74 changes: 38 additions & 36 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
{
"name": "lfbn/json-resume-validator",
"description": "Validate your JSON Resume",
"version": "0.0.2",
"keywords": [
"JSON Resume", "JSON Schema"
],
"license": "MIT",
"authors": [
{
"name": "Luís Nóbrega",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2",
"justinrainbow/json-schema": "^5.2",
"adbario/php-dot-notation": "^2.2"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "8.4.2",
"symfony/var-dumper": "^4.3"
},
"autoload": {
"psr-4": {
"Lfbn\\JsonResumeValidator\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Lfbn\\JsonResumeValidator\\Tests\\Integration\\": "tests/integration"
}
},
"scripts": {
"tests": "php vendor/bin/phpunit --testdox"
}
"name": "lfbn/json-resume-validator",
"description": "Validate your JSON Resume",
"version": "0.0.2",
"keywords": [
"JSON Resume",
"JSON Schema"
],
"license": "MIT",
"authors": [
{
"name": "Luís Nóbrega",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2",
"justinrainbow/json-schema": "^5.2",
"adbario/php-dot-notation": "^2.2"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "8.4.2",
"symfony/var-dumper": "^4.3"
},
"autoload": {
"psr-4": {
"Lfbn\\JsonResumeValidator\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Lfbn\\JsonResumeValidator\\Tests\\Integration\\": "tests/integration"
}
},
"scripts": {
"tests": "php vendor/bin/phpunit --testdox"
},
"minimum-stability": "dev"
}

0 comments on commit 73689e2

Please sign in to comment.