Skip to content

Commit 4321955

Browse files
Travis removed, compose.json updated
1 parent 208acc0 commit 4321955

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Install dependencies
3030
if: steps.composer-cache.outputs.cache-hit != 'true'
31-
run: composer install --prefer-dist --no-progress --no-suggest
31+
run: composer update --prefer-dist --no-progress
3232

3333
- name: Run tests
3434
run: composer test

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "staffbase/plugins-sdk-php",
3+
"version": "1.5.4",
34
"type": "library",
4-
"description": "Staffbase php sdk library for plugins.",
5+
"description": "Staffbase PHP SDK library for plugins.",
56
"keywords": ["staffbase", "plugins", "library", "php", "sdk"],
67
"homepage": "https://github.com/Staffbase/plugins-sdk-php",
78
"license": "Apache-2.0",

0 commit comments

Comments
 (0)