Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mawalu committed Dec 13, 2020
0 parents commit 23c0758
Show file tree
Hide file tree
Showing 4 changed files with 523 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/
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "codelayer/bubblewrap",
"description": "Sandbox console commands using bubblewrap",
"type": "library",
"require": {
"symfony/process": "^5.2"
},
"license": "MIT",
"authors": [
{
"name": "Martin Wagner",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Codelayer\\Bubblewrap\\": "src/"
}
}
}
164 changes: 164 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 23c0758

Please sign in to comment.