From 5e6759bd6bb91645fcd4cd725f273be7b526ba31 Mon Sep 17 00:00:00 2001 From: anolilab Date: Wed, 30 Sep 2015 14:41:24 +0200 Subject: [PATCH 1/2] fixes #13 --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- LICENSE | 2 +- README.md | 6 +++--- composer.json | 12 ++++++------ 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9cd259..7f84f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35c0539..6114318 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/LICENSE b/LICENSE index 1815c87..3bd0116 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index e45a83d..4d9426c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index fafbe8f..ce01ce5 100644 --- a/composer.json +++ b/composer.json @@ -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" : [ { @@ -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": { @@ -41,7 +41,7 @@ }, "extra": { "branch-alias": { - "dev-master" : "1.1.0-dev" + "dev-master" : "1.1.1-dev" } }, "scripts": { From ba367a3ef6c3328abde4ca173613bbf5fbaba3f4 Mon Sep 17 00:00:00 2001 From: anolilab Date: Wed, 30 Sep 2015 14:43:17 +0200 Subject: [PATCH 2/2] remove command --- .scrutinizer.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e8a3cb1..4c41794 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -110,7 +110,6 @@ tools: enabled: true extensions: - php - command: php-cs-fixer config: level: all filter: