Skip to content

Commit bf2a596

Browse files
Big Bang
1 parent 37db194 commit bf2a596

18 files changed

Lines changed: 2078 additions & 0 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
vendor

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "soa-php/process-manager",
3+
"description": "Manage Long-Running Processes",
4+
"license": "MIT",
5+
"require": {
6+
"php": "^7.2",
7+
"beberlei/assert": "^3.1",
8+
"phpunit/phpunit": "^7.4",
9+
"paillechat/php-enum":"^2.0"
10+
},
11+
"autoload": {
12+
"psr-4": {
13+
"Soa\\ProcessManager\\": "src/"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)