From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/phpmyadmin/vendor/psr/container/LICENSE | 21 ------------ srcs/phpmyadmin/vendor/psr/container/README.md | 5 --- srcs/phpmyadmin/vendor/psr/container/composer.json | 27 ---------------- .../container/src/ContainerExceptionInterface.php | 13 -------- .../psr/container/src/ContainerInterface.php | 37 ---------------------- .../container/src/NotFoundExceptionInterface.php | 13 -------- 6 files changed, 116 deletions(-) delete mode 100644 srcs/phpmyadmin/vendor/psr/container/LICENSE delete mode 100644 srcs/phpmyadmin/vendor/psr/container/README.md delete mode 100644 srcs/phpmyadmin/vendor/psr/container/composer.json delete mode 100644 srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php delete mode 100644 srcs/phpmyadmin/vendor/psr/container/src/ContainerInterface.php delete mode 100644 srcs/phpmyadmin/vendor/psr/container/src/NotFoundExceptionInterface.php (limited to 'srcs/phpmyadmin/vendor/psr/container') diff --git a/srcs/phpmyadmin/vendor/psr/container/LICENSE b/srcs/phpmyadmin/vendor/psr/container/LICENSE deleted file mode 100644 index 2877a48..0000000 --- a/srcs/phpmyadmin/vendor/psr/container/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013-2016 container-interop -Copyright (c) 2016 PHP Framework Interoperability Group - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srcs/phpmyadmin/vendor/psr/container/README.md b/srcs/phpmyadmin/vendor/psr/container/README.md deleted file mode 100644 index 084f6df..0000000 --- a/srcs/phpmyadmin/vendor/psr/container/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# PSR Container - -This repository holds all interfaces/classes/traits related to [PSR-11](https://github.com/container-interop/fig-standards/blob/master/proposed/container.md). - -Note that this is not a container implementation of its own. See the specification for more details. diff --git a/srcs/phpmyadmin/vendor/psr/container/composer.json b/srcs/phpmyadmin/vendor/psr/container/composer.json deleted file mode 100644 index b8ee012..0000000 --- a/srcs/phpmyadmin/vendor/psr/container/composer.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "psr/container", - "type": "library", - "description": "Common Container Interface (PHP FIG PSR-11)", - "keywords": ["psr", "psr-11", "container", "container-interop", "container-interface"], - "homepage": "https://github.com/php-fig/container", - "license": "MIT", - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "require": { - "php": ">=5.3.0" - }, - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - } -} diff --git a/srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php b/srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php deleted file mode 100644 index d35c6b4..0000000 --- a/srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php +++ /dev/null @@ -1,13 +0,0 @@ -