Skip to content

Commit e5cef53

Browse files
committed
(chore): update dependencies + reference pdc-base plugin from BitBucket to GitHub
1 parent d1d708a commit e5cef53

5 files changed

Lines changed: 1166 additions & 2345 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.3] - 2022-10-07
8+
### Chore
9+
- Update dependencies + reference pdc-base plugin from BitBucket to GitHub
10+
711
## [3.0.2] - 2020-08-07
812
### Added
913
- Add revisions for FAQ entries (use [MB Revision](https://metabox.io/plugins/mb-revision/))

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"repositories": [
1313
{
1414
"type": "vcs",
15-
"url": "git@bitbucket.org:openwebconcept/plugin-pdc-base.git"
15+
"url": "git@github.com:OpenWebconcept/plugin-pdc-base.git"
1616
}
1717
],
1818
"require": {
@@ -22,18 +22,18 @@
2222
"require-dev": {
2323
"mockery/mockery": "*",
2424
"phpunit/phpunit": "~8.0",
25-
"10up/wp_mock": "dev-master",
25+
"10up/wp_mock": "~0.4",
2626
"friendsofphp/php-cs-fixer": "^2.0",
2727
"szepeviktor/phpstan-wordpress": "^0.6.0"
2828
},
2929
"autoload": {
3030
"psr-4": {
31-
"OWC\\PDC\\FAQ\\": "./src/FAQ"
31+
"OWC\\PDC\\FAQ\\": "./src/FAQ"
3232
}
3333
},
3434
"autoload-dev": {
3535
"psr-4": {
36-
"OWC\\PDC\\FAQ\\Tests\\": "./tests"
36+
"OWC\\PDC\\FAQ\\Tests\\": "./tests"
3737
}
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)