Skip to content

Commit

Permalink
Merge pull request #132 from RonasIT/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
DenTray authored Aug 22, 2024
2 parents b515b25 + 477b176 commit a5f9e4a
Show file tree
Hide file tree
Showing 17 changed files with 1,735 additions and 1,571 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
- uses: actions/checkout@v3
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"require": {
"php": "^8.1",
"laravel/framework": ">=10.0",
"phpunit/phpunit": "^10.0",
"php": "^8.3",
"laravel/framework": "^11.20",
"phpunit/phpunit": "^10.5",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"php-coveralls/php-coveralls": "^2.5",
"php-mock/php-mock-phpunit": "^2.7"
"orchestra/testbench": "^9.3",
"php-coveralls/php-coveralls": "^2.7",
"php-mock/php-mock-phpunit": "^2.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a5f9e4a

Please sign in to comment.