Skip to content

Commit

Permalink
composer.json was invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
miloslavkostir committed Feb 1, 2018
1 parent fcc9787 commit 98b94d9
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "miloslavkostir/datagrid",
"type": "library",
"description": "DataGrid for Nette Framework based on Niftyx/NiftyGrid.",
"keywords": ["datagrid", "nette"],
"homepage": "http://addons.nette.org/cs/niftygrid",
"license": ["BSD-3"],
"authors": [
{
"name": "Jakub Holub"
},
{
"name": "Miloslav Koštíř",
"email": "[email protected]"
}
],
"require": {
"php" : ">=5.3.2",
"nette/nette" : ">=2.0"
},
"autoload": {
"classmap": ["src/"]
}
}
{
"name": "miloslavkostir/datagrid",
"type": "library",
"description": "DataGrid for Nette Framework based on Niftyx/NiftyGrid.",
"keywords": ["datagrid", "nette"],
"homepage": "http://addons.nette.org/cs/niftygrid",
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Jakub Holub"
},
{
"name": "Miloslav Koštíř",
"email": "[email protected]"
}
],
"require": {
"php" : ">=5.3.2",
"nette/nette" : "^2.0.0"
},
"autoload": {
"classmap": ["src/"]
}
}

0 comments on commit 98b94d9

Please sign in to comment.