Skip to content

Commit

Permalink
fix: composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Oct 13, 2023
1 parent 427023d commit 122141a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8,143 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
composer.lock

###> symfony/framework-bundle ###
/.env.local
/.env.local.php
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "bentools/doctrine-changeset",
"description": "Doctrine UnitOfWork helpers to access changesets in an easy way.",
"type": "symfony-bundle",
"license": "proprietary",
"license": "MIT",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
Expand Down

0 comments on commit 122141a

Please sign in to comment.