Skip to content

Commit

Permalink
Merge branch 'Astrotomic-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Gabarro committed Jun 24, 2024
2 parents 48f78ef + 904b781 commit 359d94b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"php": "^8.1",
"ext-json": "*",
"ext-spl": "*",
"symfony/process": "^7.0"
"symfony/process": "^6.0|^7.0"
},
"require-dev": {
"laravel/pint": "^1.13"
Expand Down
3 changes: 3 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"preset": "psr12"
}
2 changes: 1 addition & 1 deletion src/DeepFace.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DeepFace

public function __construct(string $python = null)
{
$this->python = $python ?? (new ExecutableFinder)->find(
$this->python = $python ?? (new ExecutableFinder())->find(
name: 'python3',
default: 'python3',
);
Expand Down

0 comments on commit 359d94b

Please sign in to comment.