Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhanShares authored Jun 13, 2020
1 parent 8a4e5c5 commit c4af5a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "farhanianz/nette-model",
"type": "extension",
"description": "The missing Abstract Model in Nette framework without dependency (external) but with power, flexibility & features you would love to use so much.",
"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",
Expand All @@ -21,17 +21,17 @@
],
"config": {
"platform": {
"php": "5.6.1"
"php": "7.1"
}
},
"require": {
"php": ">=7.1",
"nette/database": "^3.0",
"nette/utils": "^3.0",
"ext-json": "*"
"php": ">=7.1",
"nette/database": "^3.0",
"nette/utils": "^3.0",
"ext-json": "*"
},
"require-dev": {
"nette/sandbox": "^3.0@dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c4af5a5

Please sign in to comment.