Skip to content

Commit

Permalink
Merge pull request #22 from FriendsOfREDAXO/vendor_updates
Browse files Browse the repository at this point in the history
Vendor-Updates
  • Loading branch information
skerbis authored Sep 23, 2023
2 parents 6c35244 + 95797ce commit d6d0b88
Show file tree
Hide file tree
Showing 51 changed files with 1,438 additions and 575 deletions.
132 changes: 90 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions vendor/doctrine/collections/.doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,23 @@
"slug": "latest",
"upcoming": true
},
{
"name": "1.8",
"branchName": "1.8.x",
"slug": "1.8",
"upcoming": true
},
{
"name": "1.7",
"branchName": "1.7.x",
"slug": "1.7",
"upcoming": true
"current": true
},
{
"name": "1.6",
"branchName": "1.6.x",
"slug": "1.6",
"current": true
"maintained": false
}
]
}
10 changes: 0 additions & 10 deletions vendor/doctrine/collections/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ Before we can merge your Pull-Request here are some guidelines that you need to
These guidelines exist not to annoy you, but to keep the code base clean,
unified and future proof.

## We only accept PRs to "master"

Our branching strategy is "everything to master first", even
bugfixes and we then merge them into the stable branches. You should only
open pull requests against the master branch. Otherwise we cannot accept the PR.

There is one exception to the rule, when we merged a bug into some stable branches
we do occasionally accept pull requests that merge the same bug fix into earlier
branches.

## Coding Standard

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

0 comments on commit d6d0b88

Please sign in to comment.