Skip to content

Commit

Permalink
Merge pull request #102 from ibrahimgunduz34/master
Browse files Browse the repository at this point in the history
#100 removed support from older versions than  php 5.6
  • Loading branch information
ibrahimgunduz34 authored Apr 10, 2018
2 parents c665a50 + cdb23fa commit 45b8b6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Universal Payment Library",
"keywords": ["payment", "e-commerce"],
"require": {
"php": "> 5.3.0",
"php": ">= 5.6.0",
"guzzle/guzzle": "3.9.2",
"symfony/event-dispatcher": "^2.7|^3.0"
},
Expand Down

0 comments on commit 45b8b6e

Please sign in to comment.