Skip to content

Commit d6d0b88

Browse files
authored
Merge pull request #22 from FriendsOfREDAXO/vendor_updates
Vendor-Updates
2 parents 6c35244 + 95797ce commit d6d0b88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1438
-575
lines changed

composer.lock

Lines changed: 90 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/doctrine/collections/.doctrine-project.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@
1010
"slug": "latest",
1111
"upcoming": true
1212
},
13+
{
14+
"name": "1.8",
15+
"branchName": "1.8.x",
16+
"slug": "1.8",
17+
"upcoming": true
18+
},
1319
{
1420
"name": "1.7",
1521
"branchName": "1.7.x",
1622
"slug": "1.7",
17-
"upcoming": true
23+
"current": true
1824
},
1925
{
2026
"name": "1.6",
2127
"branchName": "1.6.x",
2228
"slug": "1.6",
23-
"current": true
29+
"maintained": false
2430
}
2531
]
2632
}

vendor/doctrine/collections/CONTRIBUTING.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ Before we can merge your Pull-Request here are some guidelines that you need to
66
These guidelines exist not to annoy you, but to keep the code base clean,
77
unified and future proof.
88

9-
## We only accept PRs to "master"
10-
11-
Our branching strategy is "everything to master first", even
12-
bugfixes and we then merge them into the stable branches. You should only
13-
open pull requests against the master branch. Otherwise we cannot accept the PR.
14-
15-
There is one exception to the rule, when we merged a bug into some stable branches
16-
we do occasionally accept pull requests that merge the same bug fix into earlier
17-
branches.
18-
199
## Coding Standard
2010

2111
We use the [Doctrine Coding Standard](https://github.com/doctrine/coding-standard).

0 commit comments

Comments
 (0)