Skip to content

Commit

Permalink
Merge pull request #88 from RonasIT/feat/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
DenTray authored Aug 26, 2024
2 parents 0ccfc9a + eb66b56 commit ba910b0
Show file tree
Hide file tree
Showing 15 changed files with 3,214 additions and 2,327 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: '7.4'
php-version: '8.3'
- uses: actions/checkout@v3
- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
}
],
"require": {
"php": ">=7.1.3",
"laravel/framework": ">=5.7.0",
"ronasit/laravel-helpers": ">=2.7",
"php": "^8.3",
"laravel/framework": "^11.21",
"ronasit/laravel-helpers": "^3.0.0-beta",
"laravel/legacy-factories": ">=1.3.0",
"ext-json": "*"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"php-coveralls/php-coveralls": "^2.5",
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^8.0",
"fakerphp/faker": "^1.23.1",
"mockery/mockery": "^1.6.12",
"phpunit/phpunit": "^10.5.30",
"php-coveralls/php-coveralls": "^2.7",
"orchestra/testbench": "^9.3",
"mikey179/vfsstream": "^1.6.11",
"php-mock/php-mock": "^2.4.1",
"orchestra/testbench": "^6.25"
"php-mock/php-mock": "^2.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ba910b0

Please sign in to comment.