Skip to content

Commit

Permalink
chrome: 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 b94678b
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
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\\": "./"
}
}
}
74 changes: 74 additions & 0 deletions src/Core/composer.lock

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

0 comments on commit b94678b

Please sign in to comment.