Skip to content

Commit

Permalink
Merge pull request #6 from daniellienert/feature/upgrade-unsplash-3
Browse files Browse the repository at this point in the history
TASK: Raise dependency to unsplash 3
  • Loading branch information
daniellienert committed Aug 13, 2021
2 parents 1a48404 + a05da82 commit 8fdcf7f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Classes/AssetSource/UnsplashAssetProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Neos\Eel\EelEvaluatorInterface;
use Neos\Eel\Utility;
use Behat\Transliterator\Transliterator;
use Crew\Unsplash\Photo;
use Unsplash\Photo;
use Neos\Media\Domain\Model\AssetSource\AssetProxy\AssetProxyInterface;
use Neos\Media\Domain\Model\AssetSource\AssetProxy\HasRemoteOriginalInterface;
use Neos\Media\Domain\Model\AssetSource\AssetProxy\ProvidesOriginalUriInterface;
Expand Down
2 changes: 1 addition & 1 deletion Classes/AssetSource/UnsplashAssetProxyQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Neos\Media\Domain\Model\AssetSource\AssetProxyQueryInterface;
use Neos\Media\Domain\Model\AssetSource\AssetProxyQueryResultInterface;
use Neos\Media\Domain\Model\AssetSource\AssetSourceConnectionExceptionInterface;
use Crew\Unsplash;
use Unsplash;

final class UnsplashAssetProxyQuery implements AssetProxyQueryInterface
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/AssetSource/UnsplashAssetProxyQueryResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* source code.
*/

use Crew\Unsplash\ArrayObject;
use Crew\Unsplash\Photo;
use Unsplash\ArrayObject;
use Unsplash\Photo;
use Neos\Media\Domain\Model\AssetSource\AssetProxy\AssetProxyInterface;
use Neos\Media\Domain\Model\AssetSource\AssetProxyQueryInterface;
use Neos\Media\Domain\Model\AssetSource\AssetProxyQueryResultInterface;
Expand Down
2 changes: 1 addition & 1 deletion Classes/AssetSource/UnsplashAssetProxyRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Neos\Media\Domain\Model\AssetSource\AssetSourceConnectionExceptionInterface;
use Neos\Media\Domain\Model\AssetSource\AssetTypeFilter;
use Neos\Media\Domain\Model\Tag;
use Crew\Unsplash;
use Unsplash;

final class UnsplashAssetProxyRepository implements AssetProxyRepositoryInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Classes/AssetSource/UnsplashAssetSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Neos\Media\Domain\Model\AssetSource\AssetSourceInterface;

use Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxyRepository;
use Crew\Unsplash;
use Unsplash;

final class UnsplashAssetSource implements AssetSourceInterface
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"neos/neos": "^5.0 || ^7.0",
"unsplash/unsplash": "^2.4",
"unsplash/unsplash": "^3.0",
"behat/transliterator": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit 8fdcf7f

Please sign in to comment.