Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-stamenkovski-logeecom committed Aug 14, 2023
1 parent cdeedff commit ad5216f
Show file tree
Hide file tree
Showing 554 changed files with 22,996 additions and 30,933 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/main.yml

This file was deleted.

62 changes: 48 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,53 @@
#development
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore

# Node artifact files
node_modules/
dist/

# Compiled Java class files
*.class

# Compiled Python bytecode
*.py[cod]

# Log files
*.log

# Package files
*.jar

# Maven
target/
dist/

# JetBrains IDE
.idea/
*.iml

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

#composer
# Generated by Windows
Thumbs.db

# Applications
*.app
*.exe
*.war

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

vendor/
composer.lock

# project
.php-cs-fixer.php
psalm.xml
grumphp.yml
.*.cache
tools/vendor

tools/AdyenPayment.zip
!tools/composer.lock
tests/fixtures/applepay/*
!tests/fixtures/applepay/ZipExtractor.zip
93 changes: 0 additions & 93 deletions .php-cs-fixer.dist.php

This file was deleted.

57 changes: 0 additions & 57 deletions AdyenApi/HttpClient/ClientFactory.php

This file was deleted.

13 changes: 0 additions & 13 deletions AdyenApi/HttpClient/ClientFactoryInterface.php

This file was deleted.

31 changes: 0 additions & 31 deletions AdyenApi/HttpClient/ClientMemoise.php

This file was deleted.

13 changes: 0 additions & 13 deletions AdyenApi/HttpClient/ClientMemoiseInterface.php

This file was deleted.

Loading

0 comments on commit ad5216f

Please sign in to comment.