Skip to content
Snippets Groups Projects
Commit 9110c7fc authored by Mohammad Jangda's avatar Mohammad Jangda
Browse files

Merge pull request #12 from kevinlangleyjr/fixing_composer_dependency

fixing composer dependency of codebird-php as wp-codebird only supports ...
parents 46135888 e9a8ea04
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
"version": "1.1.2", "version": "1.1.2",
"license": "GPL-2.0+", "license": "GPL-2.0+",
"require": { "require": {
"jublonet/codebird-php": "~2.4" "jublonet/codebird-php": "<=2.4.1"
}, },
"autoload": { "autoload": {
"files": ["class-wp-codebird.php"] "files": ["class-wp-codebird.php"]
} }
} }
\ No newline at end of file
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
], ],
"hash": "315359867471cb3c90c59182a9b9e389", "hash": "4537ab0b992d7d3a995bf83a9d1bd7e0",
"packages": [ "packages": [
{ {
"name": "mynetx/codebird-php", "name": "jublonet/codebird-php",
"version": "2.4.1", "version": "2.4.1",
"source": { "source": {
"type": "git", "type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment