Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="EsendexSDK" default="test" phingVersion="2.4.2">
<project name="EsendexSDK" default="test" phingVersion="3.1.0">
<target name="check-access"
description="Validate your credentials">
<input propertyName="username" message="Esendex Username " promptChar="?"/>
Expand Down Expand Up @@ -99,7 +99,7 @@

<adhoc-task name="load-version">
<![CDATA[
class LoadVersionTask extends Task
class LoadVersionTask extends \Phing\Task
{
private $prefix = "version";

Expand All @@ -126,7 +126,7 @@

<adhoc-task name="check-access">
<![CDATA[
class CheckAccessTask extends Task
class CheckAccessTask extends \Phing\Task
{
private $username;
private $password;
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"source": "https://github.com/esendex/esendex-php-sdk"
},
"require": {
"php": ">=5.3",
"php": ">=8.3",
Comment thread
Olivier-poisson-soluble marked this conversation as resolved.
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "4.3.*",
"phing/phing": "2.*"
"phpunit/phpunit": "^12.0",
"phing/phing": "^3.1"
},
"autoload": {
"psr-0": {
Expand Down
Loading