Skip to content

Commit 1386ae4

Browse files
authored
Merge pull request #108 from iMattPro/small-fixes
Small fixes
2 parents d3446b3 + befbffa commit 1386ae4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An extension for phpBB that allows the user to embed content from allowed sites using a [media] BBCode, or from simply posting a supported URL in plain text.
44

5-
[![Build Status](https://github.com/phpbb-extensions/mediaembed/workflows/Tests/badge.svg)](https://github.com/phpbb-extensions/mediaembed/actions)
5+
[![Build Status](https://github.com/phpbb-extensions/mediaembed/actions/workflows/tests.yml/badge.svg)](https://github.com/phpbb-extensions/mediaembed/actions)
66
[![codecov](https://codecov.io/gh/phpbb-extensions/mediaembed/branch/master/graph/badge.svg?token=EzEFamVD12)](https://codecov.io/gh/phpbb-extensions/mediaembed)
77
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpbb-extensions/mediaembed/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpbb-extensions/mediaembed/?branch=master)
88
[![Maintainability](https://api.codeclimate.com/v1/badges/3796c133cc39216797f5/maintainability)](https://codeclimate.com/github/phpbb-extensions/mediaembed/maintainability)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"composer/installers": "~1.0"
3535
},
3636
"require-dev": {
37-
"phing/phing": "2.4.*"
37+
"phing/phing": "~2.4"
3838
},
3939
"extra": {
4040
"display-name": "phpBB Media Embed PlugIn",

0 commit comments

Comments
 (0)