We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f979d73 commit c08ef11Copy full SHA for c08ef11
composer.json
@@ -1,18 +1,19 @@
1
{
2
"name": "michalsanger/quadtree",
3
- "description": "An easy-to-modify quadtree.",
+ "description": "An easy-to-modify Quadtree with standard 2D implementation.",
4
"keywords": ["quadtree", "collision detection"],
5
- "license": ["MIT"],
+ "license": "MIT",
6
"authors": [
7
8
"name": "Michal Sänger",
9
"email": "michal.sanger@gmail.com"
10
}
11
],
12
"autoload": {
13
- "psr-4": {
14
- "Quadtree\\": "Quadtree"
15
- }
+ "classmap": ["Quadtree/"]
+ },
+ "require": {
16
+ "php": ">=5.3.0"
17
},
18
"require-dev": {
19
"nette/tester": "v1.2.0"
0 commit comments