Skip to content

Commit 33462a0

Browse files
committed
Update composer.json
1 parent 5b01aec commit 33462a0

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

.github/workflows/deploy.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Deploy to WordPress.org
22
on:
3-
push:
4-
tags:
5-
- "*"
3+
push:
4+
tags:
5+
- '*'
66
jobs:
7-
tag:
8-
name: New tag
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@master
12-
- name: WordPress Plugin Deploy
13-
uses: 10up/action-wordpress-plugin-deploy@master
14-
env:
15-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
16-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
17-
SLUG: smntcs-disable-rest-api-user-endpoints
18-
ASSETS_DIR: assets
7+
tag:
8+
name: Deploy to WordPress.org
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
- name: WordPress Plugin Deploy
13+
uses: 10up/action-wordpress-plugin-deploy@master
14+
env:
15+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
16+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
17+
SLUG: smntcs-disable-rest-api-user-endpoints
18+
ASSETS_DIR: assets

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"homepage": "https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/graphs/contributors"
1616
}
1717
],
18-
"require": {
19-
"php": ">=8.1"
20-
},
2118
"require-dev": {
2219
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
2320
"humanmade/psalm-plugin-wordpress": "^2.0",

0 commit comments

Comments
 (0)