Skip to content

Commit 127c5ab

Browse files
committed
move global constants to class, make file structure PSR-0 compatible, add gitignore
1 parent 96b50fe commit 127c5ab

File tree

3 files changed

+165
-162
lines changed

3 files changed

+165
-162
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
}
1717
],
1818
"autoload": {
19-
"classmap": ["sphinxapi.php"]
19+
"psr-0": {
20+
"SphinxApi": "src/"
21+
}
2022
}
2123
}

0 commit comments

Comments
 (0)