From 6356d0998d49b115bee4f93dc4cc1c33d5f51294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 07:22:16 +0000 Subject: [PATCH] Bump abbadon1334/sun-position-spa-php from 1.0 to 2.0.0 Bumps [abbadon1334/sun-position-spa-php](https://github.com/abbadon1334/sun-position-spa-php) from 1.0 to 2.0.0. - [Release notes](https://github.com/abbadon1334/sun-position-spa-php/releases) - [Commits](https://github.com/abbadon1334/sun-position-spa-php/compare/v1.0...2.0.0) --- updated-dependencies: - dependency-name: abbadon1334/sun-position-spa-php dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 41 +++++++++++++++++++++++++++++------------ 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 9efe567..54aefa1 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { "require": { - "abbadon1334/sun-position-spa-php": "^1.0" + "abbadon1334/sun-position-spa-php": "^2.0" } } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 334cc69..9714b17 100644 --- a/composer.lock +++ b/composer.lock @@ -1,28 +1,37 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "523e8d0693235d0729b6940a0ed6cf3e", + "content-hash": "78e08e0741df3863f389e5faa204e5f1", "packages": [ { "name": "abbadon1334/sun-position-spa-php", - "version": "v1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/abbadon1334/sun-position-spa-php.git", - "reference": "4cb63934c11bcb92282b0289e7db06953d2aeabd" + "reference": "26244d51284ae80061dc21f26d4b1c31672354bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abbadon1334/sun-position-spa-php/zipball/4cb63934c11bcb92282b0289e7db06953d2aeabd", - "reference": "4cb63934c11bcb92282b0289e7db06953d2aeabd", + "url": "https://api.github.com/repos/abbadon1334/sun-position-spa-php/zipball/26244d51284ae80061dc21f26d4b1c31672354bf", + "reference": "26244d51284ae80061dc21f26d4b1c31672354bf", "shasum": "" }, + "require": { + "php": ">=7.2" + }, "require-dev": { - "kint-php/kint": "^2.0", - "phpunit/phpunit": "3.7.14" + "codacy/coverage": "dev-master", + "friendsofphp/php-cs-fixer": "dev-master@dev", + "phpmd/phpmd": "2.6.0", + "phpmetrics/phpmetrics": "dev-master@dev", + "phpstan/phpstan": "0.11.5", + "phpunit/phpunit": "*", + "squizlabs/php_codesniffer": "3.4.2", + "symfony/yaml": "~2.1|~3.0|~4.0" }, "type": "library", "autoload": { @@ -32,6 +41,9 @@ } }, "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], "authors": [ { "name": "Francesco Danti", @@ -39,15 +51,20 @@ } ], "description": "solar data calculation and sun position", - "time": "2017-05-07T10:04:34+00:00" + "support": { + "issues": "https://github.com/abbadon1334/sun-position-spa-php/issues", + "source": "https://github.com/abbadon1334/sun-position-spa-php/tree/master" + }, + "time": "2019-07-08T09:51:15+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [] + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.9.0" }