Skip to content

Commit

Permalink
Merge pull request #1 from dromru/actualize-and-update-uuid
Browse files Browse the repository at this point in the history
Actualize and update UUID
  • Loading branch information
DoctorLines committed Dec 23, 2023
2 parents b9f2337 + a38c036 commit 5d4afc1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4,907 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ coverage/
.idea
/.phpunit.result.cache
/.php-cs-fixer.cache
composer.lock
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: php

# Versions of PHP you want your project run with.
php:
- 5.6
- 7.0
- 7.1
- 7.4
- 8.0
- 8.1

# Commands to be run before your environment runs.
before_script:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"name": "drom/hypernova-php",
"description": "A PHP client for hypernova. https://github.com/airbnb/hypernova",
"type": "library",
"version": "3.0.4",
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^6|^7",
"ramsey/uuid": "^3.5",
"ramsey/uuid": "^3.5|^4",
"ext-json": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 5d4afc1

Please sign in to comment.