File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,14 @@ matrix:
76
76
- install_test will-find "Http\Discovery\Psr18ClientDiscovery::find();" "php-http/guzzle6-adapter:^2.0.1"
77
77
# Test that we find PSR-18 Guzzle 7
78
78
- install_test will-find "Http\Discovery\Psr18ClientDiscovery::find();" "guzzlehttp/guzzle:^7.0.1"
79
+ # Test that we find PSR-18 Symfony 4
80
+ - install_test will-find "Http\Discovery\Psr18ClientDiscovery::find();" "symfony/http-client:4.* php-http/httplug nyholm/psr7:^1.3"
81
+ # Test that we find PSR-18 Symfony 5
82
+ - install_test will-find "Http\Discovery\Psr18ClientDiscovery::find();" "symfony/http-client:5.* php-http/httplug nyholm/psr7:^1.3"
83
+ # Test that we find PSR-17 http-interop
84
+ - install_test will-find "Http\Discovery\Psr17FactoryDiscovery::findRequestFactory();" "http-interop/http-factory-guzzle:1.*"
85
+ # Test that we find PSR-17 nyholm
86
+ - install_test will-find "Http\Discovery\Psr17FactoryDiscovery::findRequestFactory();" "nyholm/psr7:^1.3"
79
87
80
88
before_install :
81
89
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
You can’t perform that action at this time.
0 commit comments