Skip to content

Commit

Permalink
Merge pull request #64 from AuroraWebSoftware/update
Browse files Browse the repository at this point in the history
- laravel version update
  • Loading branch information
emreakay authored Dec 11, 2024
2 parents 6402b4d + 8815a17 commit 5ecfb3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
laravel: [10.*]
php: [8.2,8.3]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
- laravel: 11.*
testbench: 9.*
carbon: ^3

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
],
"require": {
"php": "^8.2|^8.3",
"illuminate/contracts": "^10.0",
"laravel/pint": "^1.2",
"spatie/laravel-package-tools": "^1.9.2"
"spatie/laravel-package-tools": "^1.9.2",
"laravel/framework": "^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8",
"pestphp/pest": "^2",
"pestphp/pest-plugin-laravel": "^2",
"nunomaduro/collision": "^8.0",
"nunomaduro/larastan": "^3",
"orchestra/testbench": "^9",
"pestphp/pest": "^3",
"pestphp/pest-plugin-laravel": "^3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^11.0",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
Expand Down

0 comments on commit 5ecfb3d

Please sign in to comment.