We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411e8f0 commit 1550c71Copy full SHA for 1550c71
.gitignore
@@ -2,4 +2,6 @@
2
vendor
3
composer.lock
4
env/
5
-*.cache
+.env
6
+*.cache
7
+.github
composer.json
@@ -29,11 +29,11 @@
29
},
30
"extra": {
31
"branch-alias": {
32
- "dev-master": "2.0.x-dev"
+ "dev-main": "2.0.x-dev"
33
}
34
35
"suggest": {
36
- "w3spi5/discogs-bundle": "For integrating Discogs into Symfony 5",
+ "w3spi5/discogs-bundle": "For integrating Discogs into Symfony 5, Laravel 10",
37
"ricbra/discogs-bundle": "For integrating Discogs into Symfony 2"
38
39
"scripts":{
0 commit comments