Skip to content

Commit 417e9e4

Browse files
Remove duplicated doctrine collection requirement (#41)
1 parent a9fcc16 commit 417e9e4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test-application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Checkout project
102-
uses: actions/checkout@v2
102+
uses: actions/checkout@v4
103103

104104
- name: Install and configure PHP
105105
uses: shivammathur/setup-php@v2
@@ -112,7 +112,7 @@ jobs:
112112
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
113113

114114
- name: Cache dependencies
115-
uses: actions/cache@v2
115+
uses: actions/cache@v4
116116
id: composer-cache
117117
with:
118118
path: ${{ steps.composer-cache-dir.outputs.dir }}

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"doctrine/annotations": "^1.13 || ^2.0",
2525
"doctrine/inflector": "^1.0 || ^2.0",
2626
"doctrine/collections": "^1.4|^2.0",
27-
"doctrine/collections": "~1.4",
2827
"monolog/monolog": "^1.10 || ^2.0 || ^3.0",
2928
"handcraftedinthealps/elasticsearch-dsl": "^5.0.7.1|^6.2.0.1|^7.2.0.1",
3029
"symfony/event-dispatcher": "^3.4|^4|^5|^6|^7"

0 commit comments

Comments
 (0)