Skip to content

Commit

Permalink
Merge pull request #14 from PrisisForks/master
Browse files Browse the repository at this point in the history
fixes #13
  • Loading branch information
prisis committed Sep 30, 2015
2 parents dcaba5c + ba367a3 commit f85521f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ tools:
enabled: true
extensions:
- php
command: php-cs-fixer
config:
level: all
filter:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

All Notable changes to `MockeryWPBridge` will be documented in this file
All Notable changes to `MockeryWpBridge` will be documented in this file

## NEXT - YYYY-MM-DD

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/gwa/MockeryWPBridge).
We accept contributions via Pull Requests on [Github](https://github.com/gwa/MockeryWpBridge).


## Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 MockeryWPBridge
Copyright (c) 2015 MockeryWpBridge

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

## Master

[![Build Status](https://img.shields.io/travis/gwa/MockeryWPBridge/master.svg?style=flat-square)](https://travis-ci.org/gwa/MockeryWPBridge)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/gwa/MockeryWPBridge.svg?style=flat-square)](https://scrutinizer-ci.com/g/gwa/MockeryWPBridge/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/gwa/MockeryWPBridge.svg?style=flat-square)](https://scrutinizer-ci.com/g/gwa/MockeryWPBridge)
[![Build Status](https://img.shields.io/travis/gwa/MockeryWpBridge/master.svg?style=flat-square)](https://travis-ci.org/gwa/MockeryWpBridge)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/gwa/MockeryWpBridge.svg?style=flat-square)](https://scrutinizer-ci.com/g/gwa/MockeryWpBridge/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/gwa/MockeryWpBridge.svg?style=flat-square)](https://scrutinizer-ci.com/g/gwa/MockeryWpBridge)

## Install

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name" : "gwa/mockery-wp-bridge",
"type" : "library",
"description": "MockeryWPBridge is a simple bridge to mock all wordpress function.",
"description": "MockeryWpBridge is a simple bridge to mock all wordpress function.",
"keywords" : [
"wordpress",
"mock",
"mockery"
],
"license" : "MIT",
"homepage" : "https://github.com/gwa/MockeryWPBridge",
"homepage" : "https://github.com/gwa/MockeryWpBridge",
"support" : {
"issues" : "https://github.com/gwa/MockeryWPBridge/issues",
"source" : "https://github.com/gwa/MockeryWPBridge"
"issues" : "https://github.com/gwa/MockeryWpBridge/issues",
"source" : "https://github.com/gwa/MockeryWpBridge"
},
"authors" : [
{
Expand All @@ -26,7 +26,7 @@
},
"require-dev": {
"fabpot/php-cs-fixer" : "~1.10",
"phpunit/phpunit" : "~4.6.4",
"phpunit/phpunit" : "~4.8.9",
"scrutinizer/ocular" : "~1.1"
},
"autoload": {
Expand All @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master" : "1.1.0-dev"
"dev-master" : "1.1.1-dev"
}
},
"scripts": {
Expand Down

0 comments on commit f85521f

Please sign in to comment.