From 99c6dfb4aec2ec962ae22dbd26755616685dd474 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 17 Nov 2022 07:52:18 +0000 Subject: [PATCH] feat: update composer --- composer.lock | 117 +------------------------------------------------- 1 file changed, 1 insertion(+), 116 deletions(-) diff --git a/composer.lock b/composer.lock index 1332c846d7..1862ac982c 100644 --- a/composer.lock +++ b/composer.lock @@ -869,72 +869,6 @@ }, "time": "2022-09-13T15:07:15+00:00" }, - { - "name": "laravel/pint", - "version": "v1.2.0", - "source": { - "type": "git", - "url": "https://github.com/laravel/pint.git", - "reference": "1d276e4c803397a26cc337df908f55c2a4e90d86" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/1d276e4c803397a26cc337df908f55c2a4e90d86", - "reference": "1d276e4c803397a26cc337df908f55c2a4e90d86", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-mbstring": "*", - "ext-tokenizer": "*", - "ext-xml": "*", - "php": "^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3.11.0", - "illuminate/view": "^9.27", - "laravel-zero/framework": "^9.1.3", - "mockery/mockery": "^1.5.0", - "nunomaduro/larastan": "^2.2", - "nunomaduro/termwind": "^1.14.0", - "pestphp/pest": "^1.22.1" - }, - "bin": [ - "builds/pint" - ], - "type": "project", - "autoload": { - "psr-4": { - "App\\": "app/", - "Database\\Seeders\\": "database/seeders/", - "Database\\Factories\\": "database/factories/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nuno Maduro", - "email": "enunomaduro@gmail.com" - } - ], - "description": "An opinionated code formatter for PHP.", - "homepage": "https://laravel.com", - "keywords": [ - "format", - "formatter", - "lint", - "linter", - "php" - ], - "support": { - "issues": "https://github.com/laravel/pint/issues", - "source": "https://github.com/laravel/pint" - }, - "time": "2022-09-13T15:07:15+00:00" - }, { "name": "matomo/device-detector", "version": "6.0.0", @@ -2009,53 +1943,6 @@ }, "time": "2020-02-23T07:40:02+00:00" }, - { - "name": "utopia-php/dsn", - "version": "dev-dev", - "source": { - "type": "git", - "url": "https://github.com/utopia-php/dsn.git", - "reference": "3a723fd6c52a161099145b5d96a535895de17069" - }, - "require": { - "php": ">=8.0" - }, - "require-dev": { - "laravel/pint": "1.2.*", - "phpunit/phpunit": "^9.3", - "squizlabs/php_codesniffer": "^3.6", - "vimeo/psalm": "4.0.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "Utopia\\DSN\\": "src/DSN" - } - }, - "scripts": { - "lint": [ - "./vendor/bin/pint --test" - ], - "format": [ - "./vendor/bin/pint" - ], - "test": [ - "./vendor/bin/phpunit --configuration phpunit.xml tests" - ] - }, - "license": [ - "MIT" - ], - "description": "A simple library for parsing and managing Data Source Names ( DSNs )", - "keywords": [ - "dsn", - "framework", - "php", - "upf", - "utopia" - ], - "time": "2022-10-26T08:51:15+00:00" - }, { "name": "utopia-php/framework", "version": "0.25.0", @@ -5391,9 +5278,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "utopia-php/dsn": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {