Skip to content

Commit

Permalink
Pre-release changes for 0.83.1-beta-sfx8 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoallikmaa authored Feb 28, 2023
1 parent 08f3341 commit 263811f
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 41 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@
"ext-posix": "*",
"g1a/composer-test-scenarios": "~3.0",
"mockery/mockery": "*",
"phpunit/phpunit": "*",
"phpunit/phpunit": "<10",
"squizlabs/php_codesniffer": "^3.3.0",
"symfony/process": "<5"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"g1a/composer-test-scenarios": true
"g1a/composer-test-scenarios": true,
"php-http/discovery": true
}
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion ext/ddtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ static PHP_MINFO_FUNCTION(ddtrace) {
"https://docs.splunk.com/Observability/gdi/get-data-in/application/php/get-started.html");
}
datadog_info_print(!sapi_module.phpinfo_as_text ? "<br><br>" : "\n");
datadog_info_print("(c) Datadog 2020\n");
datadog_info_print("(c) Splunk 2023, Datadog 2020\n");
php_info_print_box_end();

php_info_print_table_start();
Expand Down
2 changes: 1 addition & 1 deletion ext/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef PHP_DDTRACE_VERSION
// Must begin with a number for Debian packaging requirements
#define PHP_DDTRACE_VERSION "0.78.0-beta-sfx7"
#define PHP_DDTRACE_VERSION "0.83.1-beta-sfx8"
#endif
2 changes: 1 addition & 1 deletion src/DDTrace/Tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class Tracer implements TracerInterface
* Must begin with a number for Debian packaging requirements
* Must use single-quotes for packaging script to work
*/
const VERSION = '0.78.0-beta-sfx7';
const VERSION = '0.83.1-beta-sfx8';

/**
* @var Span[][]
Expand Down
5 changes: 3 additions & 2 deletions tests/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
},
"require-dev": {
"mockery/mockery": "*",
"phpunit/phpunit": "*",
"phpunit/phpunit": "<10",
"phpspec/prophecy": "*",
"symfony/process": "<5",
"g1a/composer-test-scenarios": "~3.0"
},
"config": {
"allow-plugins": {
"g1a/composer-test-scenarios": true
"g1a/composer-test-scenarios": true,
"php-http/discovery": true
}
},
"extra": {
Expand Down
11 changes: 0 additions & 11 deletions tests/randomized/app/composer-5.4.json

This file was deleted.

11 changes: 0 additions & 11 deletions tests/randomized/app/composer-5.5.json

This file was deleted.

12 changes: 0 additions & 12 deletions tests/randomized/app/composer-5.6.json

This file was deleted.

5 changes: 5 additions & 0 deletions tests/randomized/app/composer-7.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"RandomizedTests\\": "./src/RandomizedTests"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"elasticsearch/elasticsearch": "6.*",
"guzzlehttp/guzzle": "6.*",
Expand Down
5 changes: 5 additions & 0 deletions tests/randomized/app/composer-7.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"RandomizedTests\\": "./src/RandomizedTests"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"elasticsearch/elasticsearch": "6.*",
"guzzlehttp/guzzle": "6.*",
Expand Down
5 changes: 5 additions & 0 deletions tests/randomized/app/composer-7.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"RandomizedTests\\": "./src/RandomizedTests"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"elasticsearch/elasticsearch": "6.*",
"guzzlehttp/guzzle": "6.*",
Expand Down
5 changes: 5 additions & 0 deletions tests/randomized/app/composer-7.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"RandomizedTests\\": "./src/RandomizedTests"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"elasticsearch/elasticsearch": "6.*",
"guzzlehttp/guzzle": "6.*",
Expand Down
5 changes: 5 additions & 0 deletions tests/randomized/app/composer-7.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"RandomizedTests\\": "./src/RandomizedTests"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"elasticsearch/elasticsearch": "6.*",
"guzzlehttp/guzzle": "6.*",
Expand Down
5 changes: 5 additions & 0 deletions tests/randomized/app/composer-8.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"RandomizedTests\\": "./src/RandomizedTests"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"elasticsearch/elasticsearch": "^7.0",
"guzzlehttp/guzzle": "7.*",
Expand Down
5 changes: 5 additions & 0 deletions tests/randomized/app/composer-8.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"RandomizedTests\\": "./src/RandomizedTests"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"elasticsearch/elasticsearch": "^7.0",
"guzzlehttp/guzzle": "7.*",
Expand Down
5 changes: 5 additions & 0 deletions tests/randomized/app/composer-8.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"RandomizedTests\\": "./src/RandomizedTests"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"elasticsearch/elasticsearch": "^8.0",
"guzzlehttp/guzzle": "7.*",
Expand Down

0 comments on commit 263811f

Please sign in to comment.