Skip to content

Commit

Permalink
Merge pull request #481 from KnpLabs/v2-unstable-core-composer
Browse files Browse the repository at this point in the history
chore: add composer on snappy/core
  • Loading branch information
alexpozzi authored Oct 2, 2023
2 parents 857cad1 + 8d4a385 commit 1923834
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": "knplabs/snappy-core",
"require": {
"php": ">=7.2.5",
"psr/http-message": "^2.0"
},
"autoload": {
"psr-4": {
"KnpLabs\\Snappy\\Core\\": "./"
}
}
}

0 comments on commit 1923834

Please sign in to comment.