-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed invalid json schema +v0.1.1 stable
- Loading branch information
1 parent
bd8128e
commit 88c8c50
Showing
1 changed file
with
24 additions
and
23 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,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" | ||
} |