Skip to content

Commit

Permalink
#10 Bumped PHP version to 8.3 as minimum requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBonjour committed Oct 23, 2024
1 parent ea150a3 commit c2d5e96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
"source": "https://github.com/BlackBonjour/service-manager"
},
"require": {
"php": "^8.1",
"php": "^8.3",
"psr/container": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"phpmd/phpmd": "*",
"phpstan/phpstan": "*",
"phpunit/phpunit": "^10.0"
},
"autoload": {
Expand Down

0 comments on commit c2d5e96

Please sign in to comment.