Commit fa8327fc authored by catch's avatar catch
Browse files

Issue #3267515 by Spokje, longwave, quietone, phenaproxima: Remove RDF from core

(cherry picked from commit cee6b9ca)
parent 3be1b189
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -36,8 +36,7 @@
        "symfony/finder": "^6.1",
        "symfony/lock": "^6.1",
        "symfony/browser-kit": "^6.1",
        "symfony/dom-crawler": "^6.1",
        "easyrdf/easyrdf": "^1.0"
        "symfony/dom-crawler": "^6.1"
    },
    "replace": {
        "symfony/polyfill-php72": "*",
+1 −76
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "cd86b9e07d9df3b677b9d66317dbb6fe",
    "content-hash": "9b730367af76ec2a7508a0f5bcb1f8e8",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -4970,81 +4970,6 @@
            },
            "time": "2022-08-20T17:31:46+00:00"
        },
        {
            "name": "easyrdf/easyrdf",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/easyrdf/easyrdf.git",
                "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64",
                "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ext-pcre": "*",
                "ext-xmlreader": "*",
                "lib-libxml": "*",
                "php": ">=7.1.0"
            },
            "require-dev": {
                "code-lts/doctum": "^5",
                "ml/json-ld": "~1.0",
                "phpunit/phpunit": "^7",
                "semsol/arc2": "^2.4",
                "squizlabs/php_codesniffer": "3.*",
                "zendframework/zend-http": "~2.3"
            },
            "suggest": {
                "ml/json-ld": "~1.0",
                "semsol/arc2": "~2.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "EasyRdf\\": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nicholas Humfrey",
                    "email": "njh@aelius.com",
                    "homepage": "http://www.aelius.com/njh/",
                    "role": "Developer"
                },
                {
                    "name": "Alexey Zakhlestin",
                    "email": "indeyets@gmail.com",
                    "homepage": "http://indeyets.ru/",
                    "role": "Developer"
                }
            ],
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
            "homepage": "http://www.easyrdf.org/",
            "keywords": [
                "Linked Data",
                "RDF",
                "Semantic Web",
                "Turtle",
                "rdfa",
                "sparql"
            ],
            "support": {
                "forum": "http://groups.google.com/group/easyrdf/",
                "issues": "http://github.com/easyrdf/easyrdf/issues",
                "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1"
            },
            "time": "2020-12-02T08:47:31+00:00"
        },
        {
            "name": "instaclick/php-webdriver",
            "version": "1.4.15",
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
        "behat/mink-selenium2-driver": "^1.4",
        "composer/composer": "^2.4",
        "drupal/coder": "^8.3.10",
        "easyrdf/easyrdf": "^1.0",
        "instaclick/php-webdriver": "^1.4.1",
        "justinrainbow/json-schema": "^5.2",
        "mglaman/phpstan-drupal": "^1.1.25",
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
        "dealerdirect/phpcodesniffer-composer-installer": "v0.7.2",
        "doctrine/instantiator": "1.4.1",
        "drupal/coder": "8.3.16",
        "easyrdf/easyrdf": "1.1.1",
        "instaclick/php-webdriver": "1.4.15",
        "justinrainbow/json-schema": "5.2.12",
        "mglaman/phpstan-drupal": "1.1.25",
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ class Config {
      'coder_sniffer/DrupalPractice/Test',
    ],
    'doctrine/instantiator' => ['tests'],
    'easyrdf/easyrdf' => ['scripts'],
    'egulias/email-validator' => ['documentation', 'tests'],
    'guzzlehttp/promises' => ['tests'],
    'guzzlehttp/psr7' => ['tests'],
Loading