update composer.json
This commit is contained in:
parent
2cb1ccfdc4
commit
ce0085abc6
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
||||||
composer.lock
|
composer.lock
|
||||||
/.php-cs-fixer.cache
|
/.php-cs-fixer.cache
|
||||||
/.phpstan/
|
/.phpstan/
|
||||||
|
.junie.json
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
"source": "https://github.com/getphred/flagpole"
|
"source": "https://github.com/getphred/flagpole"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1"
|
"php": "^8.2"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue