Skip to content

Commit 3acc714

Browse files
committed
Travis update: Jul 2025 (Build 935)
[skip ci]
1 parent 38b5901 commit 3acc714

4 files changed

Lines changed: 18 additions & 10 deletions

File tree

.travis.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
# NOTE: This file is auto-generated by OpenAPI Generator.
2+
13
language: php
2-
# Bionic environment has preinstalled PHP from 7.1 to 7.4
3-
# https://docs.travis-ci.com/user/reference/bionic/#php-support
4-
dist: bionic
4+
55
php:
6-
- 7.4
7-
before_install: "composer install"
8-
script: "vendor/bin/phpunit"
6+
- '8.1'
7+
8+
install:
9+
- composer install
10+
11+
deploy:
12+
provider: script
13+
script: |
14+
curl -X POST -H 'content-type:application/json' 'https://packagist.org/api/update-package?username=messente.developers&apiToken=${PACKAGIST_ACCESS_TOKEN}' -d '{"repository":{"url":"https://packagist.org/packages/messente/messente-api-php"}}'
15+
on:
16+
tags: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Messente API Library
22

33
- Messente API version: 2.0.0
4-
- PHP artifact version: 3.4.0
4+
- PHP artifact version: 3.4.1
55

66
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "messente/messente-api-php",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.",
55
"keywords": ["viber", "telegram", "sms", "whatsapp", "phonebook", "openapitools",
66
"openapi-generator",

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Configuration
101101
*
102102
* @var string
103103
*/
104-
protected $userAgent = 'OpenAPI-Generator/3.4.0/PHP';
104+
protected $userAgent = 'OpenAPI-Generator/3.4.1/PHP';
105105

106106
/**
107107
* Debug switch (default set to false)
@@ -434,7 +434,7 @@ public static function toDebugReport()
434434
$report .= ' OS: ' . php_uname() . PHP_EOL;
435435
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
436436
$report .= ' The version of the OpenAPI document: 2.0.0' . PHP_EOL;
437-
$report .= ' SDK Package Version: 3.4.0' . PHP_EOL;
437+
$report .= ' SDK Package Version: 3.4.1' . PHP_EOL;
438438
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
439439

440440
return $report;

0 commit comments

Comments
 (0)