Skip to content

Commit

Permalink
use latest intervention/image v2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mipapo committed May 5, 2024
1 parent e93b1a3 commit 5943a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=8.0",
"league/flysystem": "^3.12",
"intervention/image": "^2.4",
"intervention/image": "^2.6",
"psr/log": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Map/Map.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class Map implements MapInterface
{
/** @var ViewportInterface */
protected $Viewport;
protected $Projection;

/** @var FeatureInterface[] */
protected $Features = [];
Expand Down

0 comments on commit 5943a05

Please sign in to comment.