Skip to content

Commit

Permalink
chore: upgrade to PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Jul 21, 2022
1 parent 85a821e commit cbb55fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "project",
"license": "MIT",
"require": {
"php": ">=8.0.2",
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.0@rc",
Expand Down
4 changes: 2 additions & 2 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/tests/Api/GreetingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class GreetingsTest extends ApiTestCase
{
public function testCreateGreeting()
public function testCreateGreeting(): void
{
static::createClient()->request('POST', '/greetings', ['json' => [
'name' => 'Kévin',
Expand Down

0 comments on commit cbb55fa

Please sign in to comment.