OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
back_aws-ses
/
vendor
/
wildbit
/
postmark-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/04/2025 01:08:37 PM
rwxr-xr-x
📁
.circleci
-
01/04/2025 01:09:27 PM
rwxr-xr-x
📁
.git
-
01/04/2025 01:11:58 PM
rwxr-xr-x
📄
.gitignore
172 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📄
.php-cs-fixer.cache
14.9 KB
01/04/2025 01:08:37 PM
rw-r--r--
📄
.php-cs-fixer.dist.php
1.06 KB
05/19/2025 10:07:22 AM
rw-r--r--
📄
LICENSE
1.08 KB
01/04/2025 01:08:37 PM
rw-r--r--
📄
README.md
462 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📄
composer.json
833 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📄
phpstan.neon
53 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📄
phpunit.xml.dist
505 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📁
src
-
01/04/2025 01:10:17 PM
rwxr-xr-x
📄
testing_keys.json.example
581 bytes
01/04/2025 01:08:37 PM
rw-r--r--
📁
tests
-
05/19/2025 10:07:22 AM
rwxr-xr-x
Editing: composer.json
Close
{ "repositories": [ { "type": "composer", "url": "https://packagist.org" } ], "name": "wildbit/postmark-php", "license": "MIT", "description": "The officially supported client for Postmark (http://postmarkapp.com)", "require": { "php": "~8.0 || ~8.1 || ~8.2", "guzzlehttp/guzzle": "^7.8" }, "require-dev": { "phpunit/phpunit": "^9", "phpstan/phpstan": "^1.10", "friendsofphp/php-cs-fixer": "^3.40" }, "autoload": { "psr-0": { "Postmark\\": "src/" } }, "autoload-dev": { "classmap": [ "src/", "tests/" ] }, "scripts": { "test": "phpunit" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "php-http/discovery": false } } }