-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96d05a2
commit f2bdf01
Showing
4 changed files
with
92 additions
and
83 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
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,2 +1,2 @@ | ||
github: [f3l1x] | ||
custom: ["https://contributte.org/partners.html"] | ||
github: [ f3l1x ] | ||
custom: [ "https://contributte.org/partners.html" ] |
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
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,60 +1,69 @@ | ||
{ | ||
"name": "ublaboo/datagrid", | ||
"type": "library", | ||
"description": "DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc", | ||
"keywords": ["datagrid", "grid", "nette", "contributte", "table", "data"], | ||
"license": ["MIT"], | ||
"authors": [ | ||
{ | ||
"name": "Pavel Janda", | ||
"homepage": "https://paveljanda.com" | ||
}, | ||
{ | ||
"name": "Milan Felix Šulc", | ||
"homepage": "https://f3l1x.io" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Ublaboo\\DataGrid\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Ublaboo\\DataGrid\\Tests\\": "tests" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=7.2", | ||
"contributte/application": "^0.5.0", | ||
"nette/di": "^3.0.0", | ||
"nette/forms": "^3.1.3", | ||
"nette/utils": "^3.0.1", | ||
"symfony/property-access": "^3.0.0 || ^4.0.0 || ^5.0.0" | ||
}, | ||
"require-dev": { | ||
"dibi/dibi": "^3.0.0 || ^4.0.0", | ||
"doctrine/orm": "^2.6.12", | ||
"elasticsearch/elasticsearch": "^7.1", | ||
"gamee/php-code-checker-rules": "^2.0.21", | ||
"mockery/mockery": "^1.3.3", | ||
"nette/database": "^3.0.2", | ||
"nette/tester": "^2.3.4", | ||
"nextras/dbal": "^3.0.1 || ^4.0", | ||
"nextras/orm": "^3.1.0 || ^4.0", | ||
"ninjify/coding-standard": "^0.12.0", | ||
"phpstan/phpstan-nette": "^0.12.14", | ||
"tharos/leanmapper": "^3.4.2 || ^4.0.0", | ||
"tracy/tracy": "^2.6.3" | ||
}, | ||
"prefer-stable": true, | ||
"minimum-stability": "dev", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "6.7.x-dev" | ||
} | ||
} | ||
"name": "ublaboo/datagrid", | ||
"type": "library", | ||
"description": "DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc", | ||
"keywords": [ | ||
"datagrid", | ||
"grid", | ||
"nette", | ||
"contributte", | ||
"table", | ||
"data" | ||
], | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Pavel Janda", | ||
"homepage": "https://paveljanda.com" | ||
}, | ||
{ | ||
"name": "Milan Felix Šulc", | ||
"homepage": "https://f3l1x.io" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Ublaboo\\DataGrid\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Ublaboo\\DataGrid\\Tests\\": "tests" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=7.2", | ||
"contributte/application": "^0.5.0", | ||
"nette/di": "^3.0.0", | ||
"nette/forms": "^3.1.3", | ||
"nette/utils": "^3.0.1", | ||
"symfony/property-access": "^3.0.0 || ^4.0.0 || ^5.0.0" | ||
}, | ||
"require-dev": { | ||
"dibi/dibi": "^3.0.0 || ^4.0.0", | ||
"doctrine/orm": "^2.6.12", | ||
"elasticsearch/elasticsearch": "^7.1", | ||
"gamee/php-code-checker-rules": "^2.0.21", | ||
"mockery/mockery": "^1.3.3", | ||
"nette/database": "^3.0.2", | ||
"nette/tester": "^2.3.4", | ||
"nextras/dbal": "^3.0.1 || ^4.0", | ||
"nextras/orm": "^3.1.0 || ^4.0", | ||
"ninjify/coding-standard": "^0.12.0", | ||
"phpstan/phpstan-nette": "^0.12.14", | ||
"tharos/leanmapper": "^3.4.2 || ^4.0.0", | ||
"tracy/tracy": "^2.6.3" | ||
}, | ||
"prefer-stable": true, | ||
"minimum-stability": "dev", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "6.7.x-dev" | ||
} | ||
} | ||
} |