Skip to content

Commit

Permalink
Fixed invalid json schema +v0.1.1 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhanShares authored Jun 13, 2020
1 parent bd8128e commit 88c8c50
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
{
"name": "farhanianz/nette-model",
"type": "extension",
"description": "The missing Abstract Model in Nette framework without dependency (except nette) but with power, flexibility & features you would love to use so much.",
"keywords": [
"name": "farhanianz/nette-model",
"type": "extension",
"description": "The missing Abstract Model in Nette framework without dependency (except nette) but with power, flexibility & features you would love to use so much.",
"keywords": [
"nette",
"nette-model",
"nette-database",
"nette-component",
"nette-extension"
],
"homepage": "https://github.com/farhanianz/nette-model/",
"license": "MIT",
"authors": [
],
"homepage": "https://github.com/farhanianz/nette-model/",
"license": "MIT",
"authors": [
{
"name": "Farhan Ishraaq",
"email": "[email protected]",
"homepage": "https://github.com/farhanianz/nette-model/",
"role": "Developer"
}
],
"require": {
"php": ">=7.1",
"nette/database": "^3.0",
"nette/utils": "^3.0",
"ext-json": "*"
},
"require-dev": {
"nette/tester": "^3.0",
},
"autoload": {
"psr-4": {
"farhanianz\\NetteModel\\": "src/"
}
}
],
"require": {
"php": ">=7.1",
"nette/database": "^3.0",
"nette/utils": "^3.0",
"ext-json": "*"
},
"require-dev": {
"nette/tester": "^3.0"
},
"autoload": {
"psr-4": {
"farhanianz\\NetteModel\\": "src/"
}
},
"minimum-stability": "stable"
}

0 comments on commit 88c8c50

Please sign in to comment.