Skip to content

Commit ba910b0

Browse files
authored
Merge pull request #88 from RonasIT/feat/update-dependencies
Update dependencies
2 parents 0ccfc9a + eb66b56 commit ba910b0

File tree

15 files changed

+3214
-2327
lines changed

15 files changed

+3214
-2327
lines changed

.github/workflows/run-tests-with-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '7.4'
15+
php-version: '8.3'
1616
- uses: actions/checkout@v3
1717
- name: Validate composer.json and composer.lock
1818
run: composer validate

Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1.3",
14-
"laravel/framework": ">=5.7.0",
15-
"ronasit/laravel-helpers": ">=2.7",
13+
"php": "^8.3",
14+
"laravel/framework": "^11.21",
15+
"ronasit/laravel-helpers": "^3.0.0-beta",
1616
"laravel/legacy-factories": ">=1.3.0",
1717
"ext-json": "*"
1818
},
1919
"require-dev": {
20-
"fzaninotto/faker": "~1.4",
21-
"php-coveralls/php-coveralls": "^2.5",
22-
"mockery/mockery": "^1.4",
23-
"phpunit/phpunit": "^8.0",
20+
"fakerphp/faker": "^1.23.1",
21+
"mockery/mockery": "^1.6.12",
22+
"phpunit/phpunit": "^10.5.30",
23+
"php-coveralls/php-coveralls": "^2.7",
24+
"orchestra/testbench": "^9.3",
2425
"mikey179/vfsstream": "^1.6.11",
25-
"php-mock/php-mock": "^2.4.1",
26-
"orchestra/testbench": "^6.25"
26+
"php-mock/php-mock": "^2.5"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)