Skip to content

Commit

Permalink
[TASK] Change repository paths for TER release and in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzog committed Feb 15, 2024
1 parent f91336e commit 9c4f794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ter-release:
if: github.repository == 'einpraegsam/powermail_cond'
if: github.repository == 'in2code-de/powermail_cond'
name: TER release
runs-on: ubuntu-latest
env:
Expand Down
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,12 @@
"role": "Developer"
}
],
"homepage": "https://github.com/einpraegsam/powermail_cond",
"repositories": [
{
"type": "vcs",
"url": "[email protected]:in2code-pro/powermail.git"
}
],
"homepage": "https://github.com/in2code-de/powermail_cond",
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-pdo": "*",
"in2code/powermail": "^11.0 || ^12.0 || dev-eap",
"in2code/powermail": "^11.0 || ^12.0",
"typo3/cms-core": "^12.4"
},
"require-dev": {
Expand Down

0 comments on commit 9c4f794

Please sign in to comment.