We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accab26 commit c96f532Copy full SHA for c96f532
2 files changed
app/.gitkeep
composer.json
@@ -1,13 +1,20 @@
1
{
2
"name": "memory/php-java",
3
"description": "JVM emulator by PHP",
4
- "type": "project",
+ "type": "library",
5
"license": "MIT",
6
"authors": [
7
8
- "name": "memory",
9
- "email": "memory.agape@gmail.com"
+ "name": "memory"
10
}
11
],
12
- "require": {}
+ "require": {},
+ "autoload": {
13
+ "psr-4": {
14
+ "PHPJava\\": "app/"
15
+ }
16
+ },
17
+ "require-dev": {
18
+ "phpunit/phpunit": "^8.0"
19
20
0 commit comments