mirror of
https://github.com/ivuorinen/curly.git
synced 2026-02-15 01:48:58 +00:00
feat!: bump to php 8.3, upgrade phpunit
This commit is contained in:
@@ -15,15 +15,15 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"php": "^8.3",
|
||||
"ext-curl": "*",
|
||||
"ext-zlib": "*",
|
||||
"league/uri": "7.4.0"
|
||||
"league/uri": "^7"
|
||||
},
|
||||
"require-dev": {
|
||||
"ergebnis/composer-normalize": "2.42.0",
|
||||
"phpstan/phpstan": "1.10.58",
|
||||
"phpunit/phpunit": "10.5.10",
|
||||
"ergebnis/composer-normalize": "^2",
|
||||
"phpstan/phpstan": "^1",
|
||||
"phpunit/phpunit": "^11",
|
||||
"roave/security-advisories": "dev-latest"
|
||||
},
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user