Skip to content

Commit 78f83b8

Browse files
committed
Merge 3.4
2 parents fd6fb1c + b6b9eab commit 78f83b8

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
/.github export-ignore
2+
/.gitattributes export-ignore
13
/.gitignore export-ignore
24
/Tests export-ignore
5+
/phpunit.xml.dist export-ignore

.github/workflows/close_pr.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Close Pull Request
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: superbrothers/close-pull-request@v3
12+
with:
13+
comment: "Thank you for your pull request. However, you have submitted this PR on a read-only sub split of `api-platform/core`. Please submit your PR on the https://github.com/api-platform/core repository.<br><br>Thanks!"

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"require-dev": {
3434
"doctrine/doctrine-bundle": "^2.11",
35-
"phpspec/prophecy-phpunit": "^2.2",
36-
"phpunit/phpunit": "^11.2",
37-
"ramsey/uuid": "^4.0",
35+
"phpspec/prophecy-phpunit": "^2.0",
36+
"phpunit/phpunit": "^10.0",
37+
"ramsey/uuid": "^4.7",
3838
"ramsey/uuid-doctrine": "^2.0",
3939
"symfony/cache": "^6.4 || ^7.0",
4040
"symfony/framework-bundle": "^6.4 || ^7.0",

0 commit comments

Comments
 (0)