From: Vincent Vanwaelscappel Date: Fri, 7 Apr 2023 10:36:16 +0000 (+0200) Subject: wip #5851 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c95934e2481ee484ab71cef3ff9f5e7cb5cff923;p=fluidbook-toolbox.git wip #5851 --- diff --git a/composer.json b/composer.json index 07da970aa..44dc7278d 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,10 @@ { "type": "vcs", "url": "https://github.com/EnhydraV/lucy" + }, + { + "type": "composer", + "url": "https://repo.backpackforlaravel.com/" } ], "license": "MIT", diff --git a/composer.lock b/composer.lock index 80c735b4f..d9c683332 100644 --- a/composer.lock +++ b/composer.lock @@ -4,45 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7be2035a9be42cec14bf92c20251971c", + "content-hash": "100f9722441744bb613ce893671483c7", "packages": [ - { - "name": "ahmadshah/lucy", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/EnhydraV/lucy.git", - "reference": "a86de911c3d49ef0776d83d5cba59b166fb1e0f2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/EnhydraV/lucy/zipball/a86de911c3d49ef0776d83d5cba59b166fb1e0f2", - "reference": "a86de911c3d49ef0776d83d5cba59b166fb1e0f2", - "shasum": "" - }, - "require": { - "geoip2/geoip2": "^2.0", - "jenssegers/agent": "^v2.6", - "nesbot/carbon": "^2.0", - "php": ">=7.0" - }, - "require-dev": { - "phpunit/phpunit": "^8.0" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-4": { - "Lucy\\": "src/", - "Lucy\\TestCase\\": "tests/" - } - }, - "description": "PHP modsecurity log parser", - "support": { - "source": "https://github.com/EnhydraV/lucy/tree/master" - }, - "time": "2021-11-03T08:59:23+00:00" - }, { "name": "archtechx/enums", "version": "v0.3.2", @@ -391,6 +354,75 @@ }, "time": "2023-02-20T15:40:44+00:00" }, + { + "name": "backpack/pro", + "version": "1.6.4", + "source": { + "type": "git", + "url": "git@github.com:Laravel-Backpack/PRO.git", + "reference": "9b0bb238198d8661c302c02c21d774b998134961" + }, + "dist": { + "type": "zip", + "url": "https://repo.backpackforlaravel.com/dist/backpack/pro/backpack-pro-9b0bb238198d8661c302c02c21d774b998134961-zip-ce12be.zip", + "reference": "9b0bb238198d8661c302c02c21d774b998134961", + "shasum": "04469e6ac4a3e62a5967ce7de3e51bcefc41cc12" + }, + "require": { + "backpack/crud": "^5.4.9" + }, + "require-dev": { + "orchestra/testbench": "~5|~6", + "phpunit/phpunit": "~9.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Backpack\\Pro\\AddonServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Backpack\\Pro\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Backpack\\Pro\\Tests\\": "tests" + } + }, + "scripts": { + "test": [ + "vendor/bin/phpunit --testdox" + ] + }, + "license": [ + "Proprietary" + ], + "authors": [ + { + "name": "Cristian Tabacitu", + "email": "cristian.tabacitu@backpackforlaravel.com", + "homepage": "https://backpackforlaravel.com" + } + ], + "description": "Operations, Fields, Columns, Filters and Widgets for not-so-simple admin panels.", + "homepage": "https://github.com/digitallyhappy/backpack-pro", + "keywords": [ + "Backpack", + "Backpack Addon", + "Backpack for Laravel", + "Laravel", + "Pro" + ], + "support": { + "source": "https://github.com/Laravel-Backpack/PRO/tree/1.6.4", + "issues": "https://github.com/Laravel-Backpack/PRO/issues" + }, + "time": "2023-04-03T12:24:59+00:00" + }, { "name": "backpack/revise-operation", "version": "1.0.12", @@ -1110,82 +1142,6 @@ }, "time": "2022-12-07T19:48:48+00:00" }, - { - "name": "composer/ca-bundle", - "version": "1.3.5", - "source": { - "type": "git", - "url": "https://github.com/composer/ca-bundle.git", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", - "shasum": "" - }, - "require": { - "ext-openssl": "*", - "ext-pcre": "*", - "php": "^5.3.2 || ^7.0 || ^8.0" - }, - "require-dev": { - "phpstan/phpstan": "^0.12.55", - "psr/log": "^1.0", - "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Composer\\CaBundle\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", - "keywords": [ - "cabundle", - "cacert", - "certificate", - "ssl", - "tls" - ], - "support": { - "irc": "irc://irc.freenode.org/composer", - "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.5" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" - } - ], - "time": "2023-01-11T08:27:00+00:00" - }, { "name": "composer/package-versions-deprecated", "version": "1.11.99.5", @@ -1496,19 +1452,20 @@ "source": { "type": "git", "url": "git://git.cubedesigners.com/cubist_cms-back.git", - "reference": "c08a62f8755c74e5fb1abb136c07c92a154a34ad" + "reference": "7be5d808880de00cd1ac1cec9b43ac55ad9acd5c" }, "dist": { "type": "tar", - "url": "https://composer.cubedesigners.com/dist/cubist/cms-back/cubist-cms-back-dev-backpack5-f90944.tar", - "reference": "c08a62f8755c74e5fb1abb136c07c92a154a34ad", - "shasum": "5193a2cfa9d8bca95b3dc44c8c4afeb916f34bd0" + "url": "https://composer.cubedesigners.com/dist/cubist/cms-back/cubist-cms-back-dev-backpack5-049ff5.tar", + "reference": "7be5d808880de00cd1ac1cec9b43ac55ad9acd5c", + "shasum": "5f9533252d7c576d5649af6e6d834bcd9e984476" }, "require": { "backpack/backupmanager": "^v3.0.9", "backpack/crud": "^5.5.5", "backpack/logmanager": "^v4", "backpack/permissionmanager": "^6.0", + "backpack/pro": "^1.6", "backpack/revise-operation": "^1.0.12", "barryvdh/laravel-debugbar": "^v3.8.1", "cache/redis-adapter": "^1.2.0", @@ -1580,7 +1537,7 @@ } ], "description": "Cubist Backpack extension", - "time": "2023-04-06T17:26:37+00:00" + "time": "2023-04-07T07:38:30+00:00" }, { "name": "cubist/cms-front", @@ -3773,60 +3730,6 @@ ], "time": "2022-02-20T15:07:15+00:00" }, - { - "name": "geoip2/geoip2", - "version": "v2.13.0", - "source": { - "type": "git", - "url": "git@github.com:maxmind/GeoIP2-php.git", - "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", - "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", - "shasum": "" - }, - "require": { - "ext-json": "*", - "maxmind-db/reader": "~1.8", - "maxmind/web-service-common": "~0.8", - "php": ">=7.2" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "3.*", - "phpstan/phpstan": "*", - "phpunit/phpunit": "^8.0 || ^9.0", - "squizlabs/php_codesniffer": "3.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "GeoIp2\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Gregory J. Oschwald", - "email": "goschwald@maxmind.com", - "homepage": "https://www.maxmind.com/" - } - ], - "description": "MaxMind GeoIP2 PHP API", - "homepage": "https://github.com/maxmind/GeoIP2-php", - "keywords": [ - "IP", - "geoip", - "geoip2", - "geolocation", - "maxmind" - ], - "time": "2022-08-05T20:32:58+00:00" - }, { "name": "graham-campbell/markdown", "version": "v15.0.0", @@ -4643,141 +4546,6 @@ }, "time": "2021-12-16T13:26:58+00:00" }, - { - "name": "jaybizzle/crawler-detect", - "version": "v1.2.114", - "source": { - "type": "git", - "url": "https://github.com/JayBizzle/Crawler-Detect.git", - "reference": "62d0e6b38f6715c673e156ffb0fc894791de3452" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/62d0e6b38f6715c673e156ffb0fc894791de3452", - "reference": "62d0e6b38f6715c673e156ffb0fc894791de3452", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Jaybizzle\\CrawlerDetect\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mark Beech", - "email": "m@rkbee.ch", - "role": "Developer" - } - ], - "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent", - "homepage": "https://github.com/JayBizzle/Crawler-Detect/", - "keywords": [ - "crawler", - "crawler detect", - "crawler detector", - "crawlerdetect", - "php crawler detect" - ], - "support": { - "issues": "https://github.com/JayBizzle/Crawler-Detect/issues", - "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.114" - }, - "time": "2023-03-21T21:54:27+00:00" - }, - { - "name": "jenssegers/agent", - "version": "v2.6.4", - "source": { - "type": "git", - "url": "https://github.com/jenssegers/agent.git", - "reference": "daa11c43729510b3700bc34d414664966b03bffe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jenssegers/agent/zipball/daa11c43729510b3700bc34d414664966b03bffe", - "reference": "daa11c43729510b3700bc34d414664966b03bffe", - "shasum": "" - }, - "require": { - "jaybizzle/crawler-detect": "^1.2", - "mobiledetect/mobiledetectlib": "^2.7.6", - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5.0|^6.0|^7.0" - }, - "suggest": { - "illuminate/support": "Required for laravel service providers" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - }, - "laravel": { - "providers": [ - "Jenssegers\\Agent\\AgentServiceProvider" - ], - "aliases": { - "Agent": "Jenssegers\\Agent\\Facades\\Agent" - } - } - }, - "autoload": { - "psr-4": { - "Jenssegers\\Agent\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jens Segers", - "homepage": "https://jenssegers.com" - } - ], - "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect", - "homepage": "https://github.com/jenssegers/agent", - "keywords": [ - "Agent", - "browser", - "desktop", - "laravel", - "mobile", - "platform", - "user agent", - "useragent" - ], - "support": { - "issues": "https://github.com/jenssegers/agent/issues", - "source": "https://github.com/jenssegers/agent/tree/v2.6.4" - }, - "funding": [ - { - "url": "https://github.com/jenssegers", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/jenssegers/agent", - "type": "tidelift" - } - ], - "time": "2020-06-13T08:05:20+00:00" - }, { "name": "jolicode/slack-php-api", "version": "v4.5.0", @@ -6356,122 +6124,6 @@ }, "time": "2023-02-04T15:27:00+00:00" }, - { - "name": "maxmind-db/reader", - "version": "v1.11.0", - "source": { - "type": "git", - "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", - "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b", - "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "conflict": { - "ext-maxminddb": "<1.10.1,>=2.0.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "3.*", - "php-coveralls/php-coveralls": "^2.1", - "phpstan/phpstan": "*", - "phpunit/phpcov": ">=6.0.0", - "phpunit/phpunit": ">=8.0.0,<10.0.0", - "squizlabs/php_codesniffer": "3.*" - }, - "suggest": { - "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", - "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", - "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" - }, - "type": "library", - "autoload": { - "psr-4": { - "MaxMind\\Db\\": "src/MaxMind/Db" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Gregory J. Oschwald", - "email": "goschwald@maxmind.com", - "homepage": "https://www.maxmind.com/" - } - ], - "description": "MaxMind DB Reader API", - "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", - "keywords": [ - "database", - "geoip", - "geoip2", - "geolocation", - "maxmind" - ], - "support": { - "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", - "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0" - }, - "time": "2021-10-18T15:23:10+00:00" - }, - { - "name": "maxmind/web-service-common", - "version": "v0.9.0", - "source": { - "type": "git", - "url": "https://github.com/maxmind/web-service-common-php.git", - "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", - "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", - "shasum": "" - }, - "require": { - "composer/ca-bundle": "^1.0.3", - "ext-curl": "*", - "ext-json": "*", - "php": ">=7.2" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "3.*", - "phpstan/phpstan": "*", - "phpunit/phpunit": "^8.0 || ^9.0", - "squizlabs/php_codesniffer": "3.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "MaxMind\\Exception\\": "src/Exception", - "MaxMind\\WebService\\": "src/WebService" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Gregory Oschwald", - "email": "goschwald@maxmind.com" - } - ], - "description": "Internal MaxMind Web Service API", - "homepage": "https://github.com/maxmind/web-service-common-php", - "support": { - "issues": "https://github.com/maxmind/web-service-common-php/issues", - "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0" - }, - "time": "2022-03-28T17:43:20+00:00" - }, { "name": "minishlink/web-push", "version": "v8.0.0", @@ -6539,62 +6191,6 @@ }, "time": "2023-01-10T17:14:44+00:00" }, - { - "name": "mobiledetect/mobiledetectlib", - "version": "2.8.41", - "source": { - "type": "git", - "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", - "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", - "shasum": "" - }, - "require": { - "php": ">=5.0.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.8.35||~5.7" - }, - "type": "library", - "autoload": { - "psr-0": { - "Detection": "namespaced/" - }, - "classmap": [ - "Mobile_Detect.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Serban Ghita", - "email": "serbanghita@gmail.com", - "homepage": "http://mobiledetect.net", - "role": "Developer" - } - ], - "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", - "homepage": "https://github.com/serbanghita/Mobile-Detect", - "keywords": [ - "detect mobile devices", - "mobile", - "mobile detect", - "mobile detector", - "php mobile detect" - ], - "support": { - "issues": "https://github.com/serbanghita/Mobile-Detect/issues", - "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.41" - }, - "time": "2022-11-08T18:31:26+00:00" - }, { "name": "monolog/monolog", "version": "2.9.1", @@ -16901,7 +16497,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "ahmadshah/lucy": 20, "cubedesigners/userdatabase": 20, "cubist/azuretts": 20, "cubist/cms-back": 20, @@ -16914,7 +16509,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=8.1", + "php": ">=8.2", "ext-calendar": "*", "ext-dom": "*", "ext-intl": "*",