Skip to content

Commit

Permalink
feat: port activity types
Browse files Browse the repository at this point in the history
  • Loading branch information
vicvolk committed Nov 28, 2020
0 parents commit 2983094
Show file tree
Hide file tree
Showing 7 changed files with 1,990 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"config": {
"vendor-dir": "./vendor"
},
"require": { },
"require-dev": {
"doctrine/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "^8"
},
"name": "bingo/bpmplatform",
"description": "BPM Platform",
"type": "project",
"autoload": {
"psr-4": {
"BpmPlatform\\": "./src"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "./tests"
}
}
}
Loading

0 comments on commit 2983094

Please sign in to comment.