Skip to content

Commit 2f538e1

Browse files
committed
PSR-4
1 parent 5090d1e commit 2f538e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+16
-12
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- 7.0
89
- hhvm
910

11+
matrix:
12+
allow_failures:
13+
- php: 7.0
14+
1015
before_script:
1116
- composer install -n --dev --prefer-source
1217

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@
1212
],
1313
"homepage": "https://github.com/dercoder/omnipay-paysafecard",
1414
"license": "MIT",
15+
"authors": [
16+
{
17+
"name": "Alexander Fedra",
18+
"email": "[email protected]"
19+
}
20+
],
1521
"autoload": {
16-
"psr-0": { "Omnipay\\Paysafecard\\" : "src/" }
22+
"psr-4": {
23+
"Omnipay\\Paysafecard\\": "src/"
24+
}
1725
},
1826
"require": {
1927
"omnipay/common": "~2.3",

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
4-
bootstrap="tests/bootstrap.php"
4+
bootstrap="vendor/autoload.php"
55
colors="true"
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
@@ -10,7 +10,7 @@
1010
stopOnFailure="false"
1111
syntaxCheck="false">
1212
<testsuites>
13-
<testsuite name="Ecopayz Test Suite">
13+
<testsuite name="Paysafecard Test Suite">
1414
<directory>./tests/</directory>
1515
</testsuite>
1616
</testsuites>
File renamed without changes.

0 commit comments

Comments
 (0)