Skip to content

Commit

Permalink
Merge branch 'main' into neos9
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
  • Loading branch information
ahaeslich committed Oct 11, 2023
2 parents 0f7ad76 + f8ae38d commit b7d69e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require": {
"php": ">=7.4",
"neos/redirecthandler": "~5.0 || dev-master",
"neos/redirecthandler": "~5.0 || dev-main",
"neos/neos": "~7.3 || ~8.0 || ~9.0 || dev-master",
"ext-json": "*"
},
Expand Down

0 comments on commit b7d69e4

Please sign in to comment.