Skip to content

Commit a7f8c4b

Browse files
committed
Update default branch
1 parent 892cb60 commit a7f8c4b

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Code Quality
33
on:
44
push:
55
pull_request:
6-
branches: [ 1.x ]
6+
branches: [ 2.x ]
77
workflow_dispatch:
88
schedule:
99
- cron: '0 8 * * *'

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
pull_request:
6-
branches: [ 1.x ]
6+
branches: [ 2.x ]
77
workflow_dispatch:
88
schedule:
99
- cron: '0 8 * * *'

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,12 @@ This command provides insights into which routes and parameters are associated w
517517
- [Configure Purge Subscriptions Using YAML](purge-subscriptions-using-yaml.md)
518518
- [Custom Expression Language Functions](custom-expression-language-functions.md)
519519

520-
[0]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/Purger/PurgerInterface.php
520+
[0]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/Purger/PurgerInterface.php
521521

522-
[1]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/Attribute/PurgeOn.php
522+
[1]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/Attribute/PurgeOn.php
523523

524-
[2]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/Attribute/TargetedProperties.php
524+
[2]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/Attribute/TargetedProperties.php
525525

526-
[3]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/Listener/Enum/Action.php
526+
[3]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/Listener/Enum/Action.php
527527

528-
[4]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/Test/InteractsWithPurgatory.php
528+
[4]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/Test/InteractsWithPurgatory.php

docs/complex-route-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ class MyService
176176
}
177177
```
178178

179-
[0]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/Attribute/AsRouteParamService.php
179+
[0]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/Attribute/AsRouteParamService.php

docs/custom-expression-language-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ class ShouldPurge
3434
}
3535
```
3636

37-
[0]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/Attribute/AsExpressionLanguageFunction.php
37+
[0]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/Attribute/AsExpressionLanguageFunction.php

docs/custom-purgers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ purgatory:
3232
3333
In this example, the alias `cloudflare` is used to refer to the custom purger.
3434

35-
[0]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/Purger/PurgerInterface.php
35+
[0]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/Purger/PurgerInterface.php

docs/custom-route-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ App\RouteProvider\MyPostRouteProvider:
5656
By tagging it with `purgatory.route_provider`, the bundle will automatically recognize and use your custom route
5757
provider when processing purge requests.
5858

59-
[0]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/RouteProvider/RouteProviderInterface.php
59+
[0]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/RouteProvider/RouteProviderInterface.php
6060

61-
[1]: https://github.com/sofascore/purgatory-bundle/blob/1.x/src/RouteProvider/PurgeRoute.php
61+
[1]: https://github.com/sofascore/purgatory-bundle/blob/2.x/src/RouteProvider/PurgeRoute.php

0 commit comments

Comments
 (0)