Skip to content

Commit 0c21f24

Browse files
authored
Merge branch 'master' into php-8-5
2 parents da33912 + d00a397 commit 0c21f24

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Thumbs.db
1818
/.rr.yaml
1919
*.exe
2020
rr
21+
temporal
2122
temporal-test-server
2223
.ai
2324
.context

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"spiral/roadrunner-cli": "^2.6",
4040
"spiral/roadrunner-kv": "^4.3.1",
4141
"spiral/roadrunner-worker": "^3.6.2",
42-
"symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0",
43-
"symfony/http-client": "^5.4.49 || ^6.4.17 || ^7.0",
42+
"symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0 || ^8.0",
43+
"symfony/http-client": "^5.4.49 || ^6.4.17 || ^7.0 || ^8.0",
4444
"symfony/polyfill-php83": "^1.31.0",
45-
"symfony/process": "^5.4.47 || ^6.4.15 || ^7.0"
45+
"symfony/process": "^5.4.47 || ^6.4.15 || ^7.0 || ^8.0"
4646
},
4747
"autoload": {
4848
"psr-4": {

0 commit comments

Comments
 (0)