From cad25d51822118a46c24091dbd6ef652ad20a746 Mon Sep 17 00:00:00 2001 From: Thorsten Bus Date: Mon, 6 Jul 2026 13:27:42 +0200 Subject: [PATCH] build(deps): follow parser rename to bussnet/propresenter7-php-lib Upstream restructured the ProPresenter parser into a single public master under the name bussnet/propresenter7-php-lib (repo renamed to propresenter7-php-lib.git). Update the require name and the VCS repository URL and relock onto master (0165420), which carries the background-layer, nametag-subtitle and cue-completion/dissolve features. The old bussnet/propresenter7-php-api name is no longer published upstream. --- composer.json | 4 ++-- composer.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index b52cd46..26a0f1e 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "repositories": [ { "type": "vcs", - "url": "https://git.stadtmission-butzbach.de/public/propresenter-php.git" + "url": "https://git.stadtmission-butzbach.de/public/propresenter7-php-lib.git" } ], "require": { @@ -24,7 +24,7 @@ "laravel/sanctum": "^4.0", "laravel/socialite": "^5.24", "laravel/tinker": "^2.10.1", - "bussnet/propresenter7-php-api": "dev-master", + "bussnet/propresenter7-php-lib": "dev-master", "spatie/pdf-to-image": "^1.2", "tightenco/ziggy": "^2.0" }, diff --git a/composer.lock b/composer.lock index 1727c0d..48ce0d9 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "9bcdfde764499725d2469055e3a0e474", + "content-hash": "8ddc03457b69ce825f98a92c19a0204e", "packages": [ { "name": "5pm-hdh/churchtools-api", @@ -192,12 +192,12 @@ "time": "2026-02-10T14:33:43+00:00" }, { - "name": "bussnet/propresenter7-php-api", + "name": "bussnet/propresenter7-php-lib", "version": "dev-master", "source": { "type": "git", - "url": "https://git.stadtmission-butzbach.de/public/propresenter-php.git", - "reference": "20fe32af527b0d338e9921ffd17107000a8128c8" + "url": "https://git.stadtmission-butzbach.de/public/propresenter7-php-lib.git", + "reference": "01654209c699deaea267c9e11e95d97e79505234" }, "require": { "google/protobuf": "^4.0", @@ -242,7 +242,7 @@ } ], "description": "PHP library to read, modify, and generate ProPresenter 7 files (.pro songs, .proplaylist, .probundle, themes, and global library files).", - "homepage": "https://github.com/bussnet/propresenter7-php-api", + "homepage": "https://github.com/bussnet/propresenter7-php-lib", "keywords": [ "ccli", "church", @@ -257,10 +257,10 @@ "worship" ], "support": { - "issues": "https://github.com/bussnet/propresenter7-php-api/issues", - "source": "https://github.com/bussnet/propresenter7-php-api" + "issues": "https://github.com/bussnet/propresenter7-php-lib/issues", + "source": "https://github.com/bussnet/propresenter7-php-lib" }, - "time": "2026-06-21T07:58:24+00:00" + "time": "2026-07-05T21:05:47+00:00" }, { "name": "carbonphp/carbon-doctrine-types", @@ -10906,7 +10906,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "bussnet/propresenter7-php-api": 20 + "bussnet/propresenter7-php-lib": 20 }, "prefer-stable": true, "prefer-lowest": false,