Skip to content

Commit e6e70d4

Browse files
committed
Composer init
1 parent 11fc808 commit e6e70d4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

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

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "vectorial1024/laravel-process-async",
3+
"description": "Utilize Laravel Process to run PHP code asynchronously.",
4+
"type": "library",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"Vectorial1024\\LaravelProcessAsync\\": "src/"
9+
}
10+
},
11+
"authors": [
12+
{
13+
"name": "Vectorial1024"
14+
}
15+
],
16+
"require": {}
17+
}

0 commit comments

Comments
 (0)