Skip to content

Commit f51f3f4

Browse files
authoredJan 7, 2025··
Merge pull request #3 from silinternational/feature/update-php-dependencies
update php to 8.3 and update dependencies
2 parents ca6d17e + 7259a67 commit f51f3f4

File tree

3 files changed

+585
-254
lines changed

3 files changed

+585
-254
lines changed
 

Diff for: ‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"php": ">=5.4"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^8.0"
13+
"phpunit/phpunit": "^9.0"
1414
}
1515
}

Diff for: ‎composer.lock

+583-251
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '2'
21
services:
32
test:
4-
image: silintl/php8:8.1
3+
image: silintl/php8:8.3
54
volumes:
65
- ./:/data
76
working_dir: /data

0 commit comments

Comments
 (0)
Please sign in to comment.