Skip to content

Commit 94dbd82

Browse files
committed
update
1 parent dbf23b9 commit 94dbd82

File tree

3 files changed

+11
-25
lines changed

3 files changed

+11
-25
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
latest.php
2-
master.zip
1+
latest-en.txt
2+
vendor/
3+
composer.phar

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
],
1111
"require": {
1212
"php": ">=7.0",
13-
"nikic/php-parser": "*"
13+
"nikic/php-parser": "*",
14+
"mintyphp/core": "^3.2"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"MintyPHP\\Tools\\": "src/"
19+
}
1420
}
15-
}
21+
}

server.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)