Skip to content

Commit

Permalink
Merge pull request #471 from pacoorozco/release-4.1.2
Browse files Browse the repository at this point in the history
Release v4.1.2
  • Loading branch information
pacoorozco authored Dec 13, 2023
2 parents b41114b + 92c2081 commit e8be44f
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 389 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '8.1' ]
php-versions: [ '8.2' ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@
"issues": "https://github.com/pacoorozco/gamify-laravel/issues"
},
"require": {
"php": "^8.1.0",
"bensampo/laravel-enum": "^6.6.4",
"php": "^8.2.0",
"bensampo/laravel-enum": "^6.7.0",
"coderflexx/laravel-presenter": "^1.3.1",
"cviebrock/eloquent-sluggable": "^10.0.0",
"cviebrock/eloquent-taggable": "^10.0.0",
"doctrine/dbal": "^3.7.0",
"doctrine/dbal": "^3.7.2",
"fakerphp/faker": "^1.23.0",
"hashids/hashids": "^5.0.2",
"laravel/framework": "^10.26.2",
"laravel/socialite": "^5.9.1",
"laravel/framework": "^10.37.1",
"laravel/socialite": "^5.11.0",
"laravelcollective/html": "^6.4.1",
"predis/predis": "^2.2.2",
"richan-fongdasen/eloquent-blameable": "^1.9.0",
"socialiteproviders/okta": "^4.3.0",
"spatie/laravel-medialibrary": "^10.13.0",
"yajra/laravel-datatables-oracle": "^10.10.0"
"socialiteproviders/okta": "^4.4.0",
"spatie/laravel-medialibrary": "^10.15.0",
"yajra/laravel-datatables-oracle": "^10.11.2"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9.2",
"brianium/paratest": "^7.2.9",
"laravel/breeze": "^1.24.1",
"laravel/pint": "^1.13.2",
"laravel/sail": "^1.25.0",
"mockery/mockery": "^1.6.6",
"nunomaduro/collision": "^7.9.0",
"nunomaduro/larastan": "^2.6.4",
"brianium/paratest": "^7.3.1",
"larastan/larastan": "^2.7.0",
"laravel/breeze": "^1.26.3",
"laravel/pint": "^1.13.7",
"laravel/sail": "^1.26.3",
"mockery/mockery": "^1.6.7",
"nunomaduro/collision": "^7.10.0",
"phpunit/phpunit": "^10.4.0",
"spatie/laravel-ignition": "^2.3.0"
"spatie/laravel-ignition": "^2.3.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e8be44f

Please sign in to comment.