Skip to content

Commit c96f532

Browse files
committed
Update
1 parent accab26 commit c96f532

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

app/.gitkeep

Whitespace-only changes.

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "memory/php-java",
33
"description": "JVM emulator by PHP",
4-
"type": "project",
4+
"type": "library",
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "memory",
9-
"email": "memory.agape@gmail.com"
8+
"name": "memory"
109
}
1110
],
12-
"require": {}
11+
"require": {},
12+
"autoload": {
13+
"psr-4": {
14+
"PHPJava\\": "app/"
15+
}
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^8.0"
19+
}
1320
}

0 commit comments

Comments
 (0)