Skip to content

Commit 5ca6b8e

Browse files
committed
update PHP and Symfony versions
1 parent d37db93 commit 5ca6b8e

14 files changed

Lines changed: 1713 additions & 18 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
build
2+
vendor
3+
.idea
4+
.phpunit.cache
5+
.phpunit.result.cache
6+
.DS_Store

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"description": "Image Transform",
66
"keywords": ["image"],
7-
"homepage": "http://timeout.com",
7+
"homepage": "https://www.timeout.com",
88
"minimum-stability": "stable",
99
"authors": [
1010
{
@@ -14,10 +14,10 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.1"
17+
"php": "^8.4"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^10"
20+
"phpunit/phpunit": "^10"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -26,7 +26,7 @@
2626
},
2727
"config": {
2828
"platform": {
29-
"php": "8.2.0"
29+
"php": "8.4.0"
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)