diff --git a/.docheader b/.docheader index b55e865..490eea1 100644 --- a/.docheader +++ b/.docheader @@ -1,7 +1,7 @@ /** * Copyright © 2021-%year% The Galette Team * - * This file is part of Galette OAuth2 plugin (https://galette-community.github.io/plugin-oauth2/). + * This file is part of Galette OAuth2 plugin (https://galette-plugins.github.io/plugin-oauth2/). * * Galette is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 8966092..add5bdf 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -25,7 +25,7 @@ jobs: - id: gen uses: galette/.github/actions/matrix-generator@main with: - all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-community/galette-oauth2' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} + all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-plugins/galette-oauth2' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} setup-lint-matrix: runs-on: ubuntu-latest @@ -37,7 +37,7 @@ jobs: uses: galette/.github/actions/matrix-generator@main with: target: lint - all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-community/galette-oauth2' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} + all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-plugins/galette-oauth2' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }} lint: runs-on: ubuntu-latest @@ -103,7 +103,7 @@ jobs: ./bin/console galette:headers:check \ --project-name="Galette OAuth2 plugin" \ --start-year="2021" \ - --project-url="https://galette-community.github.io/plugin-oauth2/" \ + --project-url="https://galette-plugins.github.io/plugin-oauth2/" \ --directory="galette/plugins/plugin-oauth2" unit-tests: diff --git a/_config.inc.php b/_config.inc.php index 5fd0dac..cbd225d 100644 --- a/_config.inc.php +++ b/_config.inc.php @@ -1,7 +1,7 @@ =7.2" + }, + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.0" }, "funding": [ { @@ -1533,12 +1622,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-09-25T14:21:43+00:00" + "time": "2026-04-10T16:19:22+00:00" } ], "aliases": [], diff --git a/config/encryption-key.php b/config/encryption-key.php index 9b28e69..a743a77 100644 --- a/config/encryption-key.php +++ b/config/encryption-key.php @@ -1,7 +1,7 @@