Skip to content

Commit

Permalink
Merge branch 'feature/typo3v12update' into 'main'
Browse files Browse the repository at this point in the history
move Adapter implementations into fal Layer, remove api composer dependency

See merge request fairway/fairway-api!1
  • Loading branch information
ferfrost committed Sep 26, 2023
2 parents 9f9b22c + c07d490 commit 5fd2bde
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1,006 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.4",
"fairway/canto-saas-api": "*",
"fairway/pixelboxx-saas-api": "*"
"guzzlehttp/guzzle": "^7.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
72 changes: 0 additions & 72 deletions src/Adapter/CantoAdapter/CantoFile.php

This file was deleted.

55 changes: 0 additions & 55 deletions src/Adapter/CantoAdapter/CantoIdentifier.php

This file was deleted.

70 changes: 0 additions & 70 deletions src/Adapter/CantoAdapter/CantoPermission.php

This file was deleted.

Loading

0 comments on commit 5fd2bde

Please sign in to comment.