Add more packages
This commit is contained in:
7
.blackfire.yaml
Normal file
7
.blackfire.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
scenarios: |
|
||||||
|
#!blackfire-player
|
||||||
|
|
||||||
|
scenario
|
||||||
|
name "Test homepage"
|
||||||
|
visit url('/')
|
||||||
|
expect status_code() == 200
|
||||||
6
.env
6
.env
@@ -39,3 +39,9 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
|||||||
###> symfony/mailer ###
|
###> symfony/mailer ###
|
||||||
# MAILER_DSN=null://null
|
# MAILER_DSN=null://null
|
||||||
###< symfony/mailer ###
|
###< symfony/mailer ###
|
||||||
|
|
||||||
|
###> blackfireio/blackfire-symfony-meta ###
|
||||||
|
# Get your SERVER credentials at https://blackfire.io/my/settings/credentials
|
||||||
|
# BLACKFIRE_SERVER_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||||
|
# BLACKFIRE_SERVER_TOKEN=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
|
||||||
|
###< blackfireio/blackfire-symfony-meta ###
|
||||||
|
|||||||
@@ -17,3 +17,13 @@ services:
|
|||||||
MP_SMTP_AUTH_ACCEPT_ANY: 1
|
MP_SMTP_AUTH_ACCEPT_ANY: 1
|
||||||
MP_SMTP_AUTH_ALLOW_INSECURE: 1
|
MP_SMTP_AUTH_ALLOW_INSECURE: 1
|
||||||
###< symfony/mailer ###
|
###< symfony/mailer ###
|
||||||
|
|
||||||
|
###> blackfireio/blackfire-symfony-meta ###
|
||||||
|
blackfire:
|
||||||
|
image: blackfire/blackfire:2
|
||||||
|
# uncomment to store Blackfire credentials in a local .env.local file
|
||||||
|
#env_file: .env.local
|
||||||
|
environment:
|
||||||
|
BLACKFIRE_LOG_LEVEL: 4
|
||||||
|
ports: ["8307"]
|
||||||
|
###< blackfireio/blackfire-symfony-meta ###
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
"php": ">=8.1",
|
"php": ">=8.1",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
|
"blackfireio/blackfire-symfony-meta": "^1.0",
|
||||||
"doctrine/dbal": "^3",
|
"doctrine/dbal": "^3",
|
||||||
"doctrine/doctrine-bundle": "^2.12",
|
"doctrine/doctrine-bundle": "^2.12",
|
||||||
"doctrine/doctrine-migrations-bundle": "^3.3",
|
"doctrine/doctrine-migrations-bundle": "^3.3",
|
||||||
@@ -42,6 +43,7 @@
|
|||||||
"symfony/validator": "6.4.*",
|
"symfony/validator": "6.4.*",
|
||||||
"symfony/web-link": "6.4.*",
|
"symfony/web-link": "6.4.*",
|
||||||
"symfony/yaml": "6.4.*",
|
"symfony/yaml": "6.4.*",
|
||||||
|
"symfonycorp/platformsh-meta": "^1.0",
|
||||||
"twig/extra-bundle": "^2.12|^3.0",
|
"twig/extra-bundle": "^2.12|^3.0",
|
||||||
"twig/twig": "^2.12|^3.0"
|
"twig/twig": "^2.12|^3.0"
|
||||||
},
|
},
|
||||||
|
|||||||
217
composer.lock
generated
217
composer.lock
generated
@@ -4,8 +4,191 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "da7e75e1f46ab281b2cd96461e99a26a",
|
"content-hash": "604c452ad904d46864e1d33c1fc03787",
|
||||||
"packages": [
|
"packages": [
|
||||||
|
{
|
||||||
|
"name": "blackfire/php-sdk",
|
||||||
|
"version": "v1.35.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/blackfireio/php-sdk.git",
|
||||||
|
"reference": "2c5950ff2ad29c2af96c69810eb304f0f350177d"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/blackfireio/php-sdk/zipball/2c5950ff2ad29c2af96c69810eb304f0f350177d",
|
||||||
|
"reference": "2c5950ff2ad29c2af96c69810eb304f0f350177d",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"composer/ca-bundle": "^1.0",
|
||||||
|
"php": ">=5.2.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"behat/behat": "^3.8",
|
||||||
|
"friends-of-behat/mink-browserkit-driver": "^1.4",
|
||||||
|
"friends-of-behat/mink-extension": "^2.5",
|
||||||
|
"guzzlehttp/psr7": "^1.6",
|
||||||
|
"illuminate/console": "^8.81",
|
||||||
|
"illuminate/queue": "^8.81",
|
||||||
|
"illuminate/support": "^8.81",
|
||||||
|
"laravel/octane": "^1.2",
|
||||||
|
"phpunit/phpunit": "^9.5",
|
||||||
|
"psr/http-message": "^1.0",
|
||||||
|
"symfony/browser-kit": "^5.1",
|
||||||
|
"symfony/framework-bundle": "^5.1",
|
||||||
|
"symfony/http-client": "^5.1",
|
||||||
|
"symfony/messenger": "^5.1",
|
||||||
|
"symfony/panther": "^1.0",
|
||||||
|
"symfony/phpunit-bridge": "^5.2"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"ext-blackfire": "The C version of the Blackfire probe",
|
||||||
|
"ext-zlib": "To push config to remote profiling targets",
|
||||||
|
"symfony/panther": "To use Symfony web test cases with Blackfire"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.36-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"files": [
|
||||||
|
"src/autostart.php"
|
||||||
|
],
|
||||||
|
"psr-4": {
|
||||||
|
"Blackfire\\": "src/Blackfire"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Blackfire.io",
|
||||||
|
"email": "support@blackfire.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Blackfire.io PHP SDK",
|
||||||
|
"keywords": [
|
||||||
|
"performance",
|
||||||
|
"profiler",
|
||||||
|
"uprofiler",
|
||||||
|
"xhprof"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/blackfireio/php-sdk/issues",
|
||||||
|
"source": "https://github.com/blackfireio/php-sdk/tree/v1.35.0"
|
||||||
|
},
|
||||||
|
"time": "2023-04-06T09:37:28+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "blackfireio/blackfire-symfony-meta",
|
||||||
|
"version": "v1.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/blackfireio/blackfire-symfony-meta.git",
|
||||||
|
"reference": "80d76c704e963b5e5bef95599bacdd9f00138636"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/blackfireio/blackfire-symfony-meta/zipball/80d76c704e963b5e5bef95599bacdd9f00138636",
|
||||||
|
"reference": "80d76c704e963b5e5bef95599bacdd9f00138636",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"blackfire/php-sdk": "^1.26"
|
||||||
|
},
|
||||||
|
"type": "metapackage",
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"description": "A PHP package to easily integrate Blackfire into a Symfony application",
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/blackfireio/blackfire-symfony-meta/issues",
|
||||||
|
"source": "https://github.com/blackfireio/blackfire-symfony-meta/tree/v1.0.0"
|
||||||
|
},
|
||||||
|
"time": "2021-08-31T06:27:59+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "composer/ca-bundle",
|
||||||
|
"version": "1.5.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/composer/ca-bundle.git",
|
||||||
|
"reference": "063d9aa8696582f5a41dffbbaf3c81024f0a604a"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/063d9aa8696582f5a41dffbbaf3c81024f0a604a",
|
||||||
|
"reference": "063d9aa8696582f5a41dffbbaf3c81024f0a604a",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-openssl": "*",
|
||||||
|
"ext-pcre": "*",
|
||||||
|
"php": "^7.2 || ^8.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpstan/phpstan": "^1.10",
|
||||||
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
||||||
|
"symfony/phpunit-bridge": "^4.2 || ^5",
|
||||||
|
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-main": "1.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Composer\\CaBundle\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jordi Boggiano",
|
||||||
|
"email": "j.boggiano@seld.be",
|
||||||
|
"homepage": "http://seld.be"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
||||||
|
"keywords": [
|
||||||
|
"cabundle",
|
||||||
|
"cacert",
|
||||||
|
"certificate",
|
||||||
|
"ssl",
|
||||||
|
"tls"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"irc": "irc://irc.freenode.org/composer",
|
||||||
|
"issues": "https://github.com/composer/ca-bundle/issues",
|
||||||
|
"source": "https://github.com/composer/ca-bundle/tree/1.5.1"
|
||||||
|
},
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://packagist.com",
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/composer",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||||||
|
"type": "tidelift"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2024-07-08T15:28:20+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/semver",
|
"name": "composer/semver",
|
||||||
"version": "3.4.2",
|
"version": "3.4.2",
|
||||||
@@ -7274,6 +7457,38 @@
|
|||||||
],
|
],
|
||||||
"time": "2024-05-31T14:49:08+00:00"
|
"time": "2024-05-31T14:49:08+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "symfonycorp/platformsh-meta",
|
||||||
|
"version": "v1.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/symfonycorp/platformsh-meta.git",
|
||||||
|
"reference": "3e8559c75ed759921015cc7ebf5952c306afcaf8"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/symfonycorp/platformsh-meta/zipball/3e8559c75ed759921015cc7ebf5952c306afcaf8",
|
||||||
|
"reference": "3e8559c75ed759921015cc7ebf5952c306afcaf8",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"type": "metapackage",
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"description": "A meta package for platformsh projects",
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/symfonycorp/platformsh-meta/issues",
|
||||||
|
"source": "https://github.com/symfonycorp/platformsh-meta/tree/v1.0.0"
|
||||||
|
},
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://tidelift.com/funding/github/packagist/symfonycorp/connect",
|
||||||
|
"type": "tidelift"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2021-10-20T16:38:02+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "twig/extra-bundle",
|
"name": "twig/extra-bundle",
|
||||||
"version": "v3.10.0",
|
"version": "v3.10.0",
|
||||||
|
|||||||
12
symfony.lock
12
symfony.lock
@@ -1,4 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"blackfireio/blackfire-symfony-meta": {
|
||||||
|
"version": "1.0",
|
||||||
|
"recipe": {
|
||||||
|
"repo": "github.com/symfony/recipes",
|
||||||
|
"branch": "main",
|
||||||
|
"version": "1.0",
|
||||||
|
"ref": "15d81f77edd7b45de4b4f18cca1188b017d385d0"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
".blackfire.yaml"
|
||||||
|
]
|
||||||
|
},
|
||||||
"doctrine/doctrine-bundle": {
|
"doctrine/doctrine-bundle": {
|
||||||
"version": "2.12",
|
"version": "2.12",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
|
|||||||
Reference in New Issue
Block a user