Skip to content

Commit

Permalink
Merge pull request #239 from kudashevs/feature/update_php
Browse files Browse the repository at this point in the history
Remove composer.lock from the PHP bootstrap
  • Loading branch information
mklose authored Nov 28, 2023
2 parents a7479d8 + 5800dda commit 891f41f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,784 deletions.
1 change: 1 addition & 0 deletions php/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
vendor/
.phpunit.result.cache
composer.lock
3 changes: 1 addition & 2 deletions php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
},
"scripts-descriptions": {
"test": "Run PHPUnit tests."
},
"minimum-stability": "dev"
}
}
Loading

0 comments on commit 891f41f

Please sign in to comment.