Skip to content

Commit

Permalink
Merge pull request #359 from greg0ire/address-move-away-from-master
Browse files Browse the repository at this point in the history
Address move away from master
  • Loading branch information
greg0ire authored Jan 23, 2021
2 parents 0fc3d85 + 88c3346 commit a7f9376
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
16 changes: 11 additions & 5 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,26 @@
"docsSlug": "doctrine-data-fixtures",
"versions": [
{
"name": "1.4",
"branchName": "master",
"name": "1.5",
"branchName": "1.5.x",
"slug": "latest",
"upcoming": true
},
{
"name": "1.3",
"branchName": "1.3",
"slug": "1.3",
"name": "1.4",
"branchName": "1.4.x",
"slug": "1.4",
"current": true,
"aliases": [
"current",
"stable"
]
},
{
"name": "1.3",
"branchName": "1.3",
"slug": "1.3",
"maintained": false
}
]
}
2 changes: 0 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
pull_request:
branches:
- "*.x"
- "master"
push:
branches:
- "*.x"
- "master"

jobs:
coding-standards:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
pull_request:
branches:
- "*.x"
- "master"
push:
branches:
- "*.x"
- "master"

env:
fail-fast: true
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
Expand Down

0 comments on commit a7f9376

Please sign in to comment.