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 dbf23b9 commit 94dbd82Copy full SHA for 94dbd82
.gitignore
@@ -1,2 +1,3 @@
1
-latest.php
2
-master.zip
+latest-en.txt
+vendor/
3
+composer.phar
composer.json
@@ -10,6 +10,12 @@
10
],
11
"require": {
12
"php": ">=7.0",
13
- "nikic/php-parser": "*"
+ "nikic/php-parser": "*",
14
+ "mintyphp/core": "^3.2"
15
+ },
16
+ "autoload": {
17
+ "psr-4": {
18
+ "MintyPHP\\Tools\\": "src/"
19
+ }
20
}
-}
21
+}
server.php
0 commit comments