From e15e09647cbd253132efdd8c3b46a56ec36e844b Mon Sep 17 00:00:00 2001 From: Paul Rill Date: Mon, 10 Jun 2024 15:33:34 +0200 Subject: [PATCH] ci: :green_heart: updated run-tests script --- .github/workflows/run-tests.yml | 5 ++++- composer.json | 29 ++++++++++++++++++++--------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a9d8e6e..bfeb2c9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -20,12 +20,15 @@ jobs: - laravel: 9.* testbench: 7.* phpunit: ^9.5.10 + illuminate_contracts: ^9.0 - laravel: 10.* testbench: 8.* phpunit: ^9.6 + illuminate_contracts: ^10.0 - laravel: 11.* testbench: 9.* phpunit: ^10.5 + illuminate_contracts: ^11.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: @@ -46,7 +49,7 @@ jobs: - name: Install dependencies run: | - composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update + composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" "illuminate/contracts:${{ matrix.illuminate_contracts }}" --no-interaction --no-update composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: List Installed Dependencies diff --git a/composer.json b/composer.json index a9d708a..6de2215 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,17 @@ { - "name": "nexibi/print-one", + "name": "print-one/print-one-laravel", "description": "This is my package print-one", "keywords": [ - "nexibi", "laravel", - "print-one" + "print.one", + "printing", + "rest", + "print-and-mail", + "postcard", + "post", + "api" ], - "homepage": "https://github.com/nexibi/print-one", + "homepage": "https://github.com/Print-one/print-one-laravel", "license": "MIT", "authors": [ { @@ -18,19 +23,25 @@ "name": "Sibi", "email": "dev@sibi.nl", "role": "Developer" + }, + { + "name": "Print.one Development", + "email": "dev@print.one", + "role": "Developer" } ], "require": { "php": "^8.1", - "ext-iconv":"*", + "ext-iconv": "*", "guzzlehttp/guzzle": "^7.5", - "illuminate/contracts": "^8.0|^9.0", + "illuminate/contracts": "^9.0", + "laravel/framework": "9.*", + "orchestra/testbench": "7.*", + "phpunit/phpunit": "^9.5.10", "spatie/laravel-package-tools": "^1.12.0|^1.13.6" }, "require-dev": { - "laravel/pint": "^1.0", - "orchestra/testbench": "^6.0|^7.0", - "phpunit/phpunit": "^9.5" + "laravel/pint": "^1.0" }, "autoload": { "psr-4": {