-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a60b417
commit a041e6b
Showing
25 changed files
with
286 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,39 @@ | ||
# vendor dirs | ||
vendor | ||
|
||
# composer lock files | ||
composer.lock | ||
|
||
# hidev internals | ||
.hidev/composer.json | ||
.hidev/composer.lock | ||
.hidev/runtime | ||
.hidev/vendor | ||
hidev-local.yml | ||
|
||
# IDE & OS files | ||
.*.swp | ||
.idea | ||
nbproject | ||
.DS_Store | ||
.buildpath | ||
.idea | ||
.project | ||
.settings | ||
Thumbs.db | ||
.DS_Store | ||
nbproject | ||
|
||
# vendor dirs | ||
vendor | ||
|
||
# composer lock files | ||
composer.lock | ||
|
||
# php-cs-fixer cache | ||
.php_cs.cache | ||
|
||
# phpunit generated files | ||
coverage.clover | ||
|
||
# Binaries | ||
chkipper.phar | ||
composer.phar | ||
ocular.phar | ||
php-cs-fixer.phar | ||
phpunit-skelgen.phar | ||
phpunit.phar | ||
|
||
# Codeception generated files | ||
tests/_support/_generated | ||
|
||
# php-cs-fixer cache | ||
.php_cs.cache |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
language: php | ||
php: | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7 | ||
- 7.1 | ||
- hhvm | ||
dist: trusty | ||
matrix: | ||
allow_failures: | ||
- | ||
php: 7 | ||
- | ||
php: hhvm | ||
cache: | ||
directories: | ||
- $HOME/.composer/cache | ||
before_install: | ||
- 'composer self-update' | ||
- 'composer --version' | ||
- 'wget http://hiqdev.com/hidev/hidev.phar -O hidev.phar && chmod a+x hidev.phar' | ||
- './hidev.phar --version' | ||
- './hidev.phar travis/before-install' | ||
sudo: false | ||
install: | ||
- 'travis_retry composer self-update 1.0.0-alpha11' | ||
- 'travis_retry composer global require "fxp/composer-asset-plugin:~1.1" "yiisoft/yii2-composer:~2.0"' | ||
- 'travis_retry composer global require "hiqdev/hidev:*@dev" "phpunit/phpunit:^4.8" "phpunit/phpunit-skeleton-generator:*" "fabpot/php-cs-fixer:*"' | ||
- 'travis_retry composer install --no-interaction' | ||
- '$HOME/.composer/vendor/bin/hidev travis/install' | ||
- './hidev.phar travis/install' | ||
script: | ||
- '$HOME/.composer/vendor/bin/hidev travis/script' | ||
- './hidev.phar travis/script' | ||
after_script: | ||
- './hidev.phar travis/after-script' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
hiqdev/omnipay-okpay changelog | ||
------------------------------ | ||
hiqdev/omnipay-okpay commits history | ||
------------------------------------ | ||
|
||
## Under development | ||
## [Under development] | ||
|
||
- Redone to `omnipay-okpay` | ||
- Added basics | ||
- Redone to `omnipay-okpay` ([@hiqsol]) | ||
- Added basics ([@hiqsol]) | ||
|
||
## Development started 2015-10-23 | ||
## [Development started] - 2015-10-23 | ||
|
||
[@hiqsol]: https://github.com/hiqsol | ||
[[email protected]]: https://github.com/hiqsol | ||
[@SilverFire]: https://github.com/SilverFire | ||
[[email protected]]: https://github.com/SilverFire | ||
[@tafid]: https://github.com/tafid | ||
[[email protected]]: https://github.com/tafid | ||
[@BladeRoot]: https://github.com/BladeRoot | ||
[[email protected]]: https://github.com/BladeRoot | ||
[Under development]: https://github.com/hiqdev/omnipay-okpay/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "hiqdev/omnipay-okpay", | ||
"authors": { | ||
"hiqsol": { | ||
"name": "Andrii Vasyliev", | ||
"role": "Project lead", | ||
"email": "[email protected]", | ||
"github": "https://github.com/hiqsol", | ||
"homepage": "http://hipanel.com/" | ||
}, | ||
"SilverFire": { | ||
"name": "Dmitry Naumenko", | ||
"role": "Lead backend developer", | ||
"email": "[email protected]", | ||
"github": "https://github.com/SilverFire", | ||
"homepage": "http://silverfire.me/" | ||
}, | ||
"tafid": { | ||
"name": "Andrey Klochok", | ||
"role": "Lead frontend developer", | ||
"email": "[email protected]", | ||
"github": "https://github.com/tafid", | ||
"homepage": "http://hiqdev.com/" | ||
}, | ||
"BladeRoot": { | ||
"name": "Yuriy Myronchuk", | ||
"role": "QA Lead", | ||
"email": "[email protected]", | ||
"github": "https://github.com/BladeRoot", | ||
"homepage": "http://hiqdev.com/" | ||
} | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
hiqdev/omnipay-okpay commits history | ||
------------------------------------ | ||
|
||
## [Under development] | ||
|
||
- Added tests | ||
- [a60b417] 2017-05-05 Merge branch 'bladeroot-omnipay-okpay-tests' [@SilverFire] | ||
- [9cfd609] 2017-04-03 tests [@BladeRoot] | ||
- [3a07721] 2017-04-03 init test [@BladeRoot] | ||
- [359b4bf] 2017-03-27 added get/setPurse, made account parameter mandatory [@hiqsol] | ||
- [f970bb3] 2017-03-27 added actual classes [@hiqsol] | ||
- [0259525] 2017-03-27 changed namespace to Omnipay\\Okpay [@hiqsol] | ||
- Redone to `omnipay-okpay` | ||
- [7708d64] 2015-12-11 removed assets, now in `payment-icons` [@hiqsol] | ||
- [1ce45db] 2015-11-11 fixed namespace [@hiqsol] | ||
- [1dd193e] 2015-11-09 php-cs-fixed [@hiqsol] | ||
- [a70ff20] 2015-11-08 started redoing to omnipay-okpay [@hiqsol] | ||
- Added basics | ||
- [6448eb3] 2015-10-30 changed: redone to `system` <- `name` [@hiqsol] | ||
- [ad4dd3b] 2015-10-23 php-cs-fixed [@hiqsol] | ||
- [5bd56b7] 2015-10-23 hideved [@hiqsol] | ||
- [7860d5e] 2015-10-23 inited [@hiqsol] | ||
## Development started 2015-10-23 | ||
|
||
## [Development started] - 2015-10-23 | ||
|
||
[@hiqsol]: https://github.com/hiqsol | ||
[[email protected]]: https://github.com/hiqsol | ||
[@SilverFire]: https://github.com/SilverFire | ||
[[email protected]]: https://github.com/SilverFire | ||
[@tafid]: https://github.com/tafid | ||
[[email protected]]: https://github.com/tafid | ||
[@BladeRoot]: https://github.com/BladeRoot | ||
[[email protected]]: https://github.com/BladeRoot | ||
[7708d64]: https://github.com/hiqdev/omnipay-okpay/commit/7708d64 | ||
[1ce45db]: https://github.com/hiqdev/omnipay-okpay/commit/1ce45db | ||
[1dd193e]: https://github.com/hiqdev/omnipay-okpay/commit/1dd193e | ||
[a70ff20]: https://github.com/hiqdev/omnipay-okpay/commit/a70ff20 | ||
[6448eb3]: https://github.com/hiqdev/omnipay-okpay/commit/6448eb3 | ||
[ad4dd3b]: https://github.com/hiqdev/omnipay-okpay/commit/ad4dd3b | ||
[5bd56b7]: https://github.com/hiqdev/omnipay-okpay/commit/5bd56b7 | ||
[7860d5e]: https://github.com/hiqdev/omnipay-okpay/commit/7860d5e | ||
[a60b417]: https://github.com/hiqdev/omnipay-okpay/commit/a60b417 | ||
[9cfd609]: https://github.com/hiqdev/omnipay-okpay/commit/9cfd609 | ||
[3a07721]: https://github.com/hiqdev/omnipay-okpay/commit/3a07721 | ||
[359b4bf]: https://github.com/hiqdev/omnipay-okpay/commit/359b4bf | ||
[f970bb3]: https://github.com/hiqdev/omnipay-okpay/commit/f970bb3 | ||
[0259525]: https://github.com/hiqdev/omnipay-okpay/commit/0259525 | ||
[Under development]: https://github.com/hiqdev/omnipay-okpay/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.