Skip to content

Commit 1c26367

Browse files
committed
Added composer files for github workflow
1 parent 46c8883 commit 1c26367

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
public/
1+
public/
2+
/vendor/

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "dev/php-api",
3+
"type": "library",
4+
"require": {
5+
"php": "^8.2"
6+
},
7+
"license": "MIT",
8+
"autoload": {
9+
"psr-4": {
10+
"devt045t\\": "src/"
11+
}
12+
},
13+
"authors": [
14+
{
15+
"name": "t045t"
16+
}
17+
]
18+
}

composer.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)