Skip to content

Commit e18ccbc

Browse files
authored
Merge pull request #11 from UrosPurtic/master
update php version to 8.2 and update required packages
2 parents a366c9b + 8bafbb1 commit e18ccbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"phpunit/phpunit": "9.*"
3232
},
3333
"require": {
34-
"php": ">=7.3",
34+
"php": ">=8.2",
3535
"g4/constants": "*",
3636
"g4/profiler": ">=1.10.0",
37-
"laminas/laminas-http": "2.14.*",
37+
"laminas/laminas-http": "2.18.*",
3838
"g4/value-object": "*"
3939
}
4040
}

0 commit comments

Comments
 (0)