Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • noblogs/noblogs-composer
1 result
Show changes
Commits on Source (4)
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "62dadfa383329f6a0199868de91faf11", "content-hash": "d1ccdb05e2f456ba9aabfdf177717ebd",
"packages": [ "packages": [
{ {
"name": "bjornjohansen/wplang", "name": "bjornjohansen/wplang",
...@@ -250,20 +250,20 @@ ...@@ -250,20 +250,20 @@
}, },
{ {
"name": "johnpbloch/wordpress", "name": "johnpbloch/wordpress",
"version": "6.1.0", "version": "6.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/johnpbloch/wordpress.git", "url": "https://github.com/johnpbloch/wordpress.git",
"reference": "e1672dd7a4db40a06dfa60816f572eb41a16c1e8" "reference": "d9ee7d6193781c9ee6288be6ca5681ee0c3f85b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/e1672dd7a4db40a06dfa60816f572eb41a16c1e8", "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/d9ee7d6193781c9ee6288be6ca5681ee0c3f85b8",
"reference": "e1672dd7a4db40a06dfa60816f572eb41a16c1e8", "reference": "d9ee7d6193781c9ee6288be6ca5681ee0c3f85b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"johnpbloch/wordpress-core": "6.1.0", "johnpbloch/wordpress-core": "6.1.1",
"johnpbloch/wordpress-core-installer": "^1.0 || ^2.0", "johnpbloch/wordpress-core-installer": "^1.0 || ^2.0",
"php": ">=5.6.20" "php": ">=5.6.20"
}, },
...@@ -292,20 +292,20 @@ ...@@ -292,20 +292,20 @@
"issues": "https://core.trac.wordpress.org/", "issues": "https://core.trac.wordpress.org/",
"source": "https://core.trac.wordpress.org/browser" "source": "https://core.trac.wordpress.org/browser"
}, },
"time": "2022-11-02T01:18:45+00:00" "time": "2022-11-15T19:12:03+00:00"
}, },
{ {
"name": "johnpbloch/wordpress-core", "name": "johnpbloch/wordpress-core",
"version": "6.1.0", "version": "6.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/johnpbloch/wordpress-core.git", "url": "https://github.com/johnpbloch/wordpress-core.git",
"reference": "2804caa571802035b95441e32a3be0f80672b199" "reference": "c9688597721b8579f3c29028e572a7b9753db893"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/2804caa571802035b95441e32a3be0f80672b199", "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/c9688597721b8579f3c29028e572a7b9753db893",
"reference": "2804caa571802035b95441e32a3be0f80672b199", "reference": "c9688597721b8579f3c29028e572a7b9753db893",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
"php": ">=5.6.20" "php": ">=5.6.20"
}, },
"provide": { "provide": {
"wordpress/core-implementation": "6.1.0" "wordpress/core-implementation": "6.1.1"
}, },
"type": "wordpress-core", "type": "wordpress-core",
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
"source": "https://core.trac.wordpress.org/browser", "source": "https://core.trac.wordpress.org/browser",
"wiki": "https://codex.wordpress.org/" "wiki": "https://codex.wordpress.org/"
}, },
"time": "2022-11-02T01:18:41+00:00" "time": "2022-11-15T19:11:58+00:00"
}, },
{ {
"name": "johnpbloch/wordpress-core-installer", "name": "johnpbloch/wordpress-core-installer",
...@@ -1334,15 +1334,15 @@ ...@@ -1334,15 +1334,15 @@
}, },
{ {
"name": "wpackagist-plugin/wp-super-cache", "name": "wpackagist-plugin/wp-super-cache",
"version": "1.9", "version": "1.9.1",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-super-cache/", "url": "https://plugins.svn.wordpress.org/wp-super-cache/",
"reference": "tags/1.9" "reference": "tags/1.9.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.9.zip" "url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.9.1.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
......