Skip to content

Commit 13c24cb

Browse files
committed
First commit
1 parent 20c1e7a commit 13c24cb

File tree

6 files changed

+4300
-4
lines changed

6 files changed

+4300
-4
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2-
"name": "terremoth/",
2+
"name": "terremoth/php-async-process",
33
"description": "",
44
"type": "library",
55
"require": {
6-
"php": "^8.1"
6+
"php": "^8.1",
7+
"symfony/process": "^7.2",
8+
"laravel/serializable-closure": "^2.0",
9+
"ext-shmop": "*"
710
},
811
"keywords": [
9-
"project-template",
12+
"project-template"
1013
],
1114
"require-dev": {
1215
"phpunit/phpunit": "^10.0",
@@ -18,7 +21,7 @@
1821
"license": "GPL-3.0-or-later",
1922
"autoload": {
2023
"psr-4": {
21-
"\\": "src/"
24+
"Terremoth\\": "src/Terremoth"
2225
}
2326
},
2427
"autoload-dev": {

0 commit comments

Comments
 (0)