Skip to content

Commit

Permalink
chore: add composer on snappy/core
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Roux committed Jun 23, 2023
1 parent 857cad1 commit 52911e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
composer.lock
12 changes: 12 additions & 0 deletions src/Core/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "snappy/core",
"require": {
"php": ">=8.1",
"psr/http-message": "^2.0"
},
"autoload": {
"psr-4": {
"KnpLabs\\Snappy\\Core\\": "./"
}
}
}

0 comments on commit 52911e7

Please sign in to comment.