Skip to content

Commit 4a2492c

Browse files
authored
Symfony 7.3 (#46)
1 parent b511a54 commit 4a2492c

File tree

157 files changed

+183
-23
lines changed

Some content is hidden

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

157 files changed

+183
-23
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ jobs:
103103
fail-fast: false
104104
matrix:
105105
php-version:
106-
- '8.3'
107106
- '8.4'
108107
symfony-version:
109108
- '7.0'
110109
- '7.1'
111110
- '7.2'
111+
- '7.3'
112112
steps:
113113
- name: 'Checkout Code'
114114
uses: actions/checkout@v4

Command/AbstractCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

Command/Argument/ArgumentChannelTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

Command/Argument/ArgumentChannelsTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

Command/Argument/ArgumentDataTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

Command/Argument/ArgumentPatternTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

Command/Argument/ArgumentUserTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

Command/BroadcastCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

Command/ChannelsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

Command/DisconnectCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the FreshCentrifugoBundle.
45
*

0 commit comments

Comments
 (0)