This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
here the content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#CONFIGURATION FILE FOR SPECTRAL SWAGGER/OPEANAPI FILE LINTER | |
extends: spectral:oas | |
functions: [enum-uppercase] | |
rules: | |
enum-uppercase: | |
message: "{{error}}" | |
given: "$.paths.*.parameters.*.schema.enum" | |
then: | |
function: "enum-uppercase" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"children": { | |
"firstname": { | |
"value": "", | |
"type": "text", | |
"required": true, | |
"label": "Name" | |
}, | |
"lastname": { | |
"value": "", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
public function testGetCitiesList() | |
{ | |
$getClient = static::createClient([]); | |
$getClient->request( | |
'GET', | |
'/api/v3/cities', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace My\Model; | |
/** | |
* @ORM\Table(name="user") | |
* @ORM\Entity() | |
*/ | |
class User | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Hpatoio\Bitly\Subscribers; | |
use GuzzleHttp\Event\EmitterInterface; | |
use GuzzleHttp\Event\SubscriberInterface; | |
use GuzzleHttp\Command\Event\PrepareEvent; | |
class AccessTokenSubscriber implements SubscriberInterface | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simone@ubuntu:~/workspace/sf2-demo$ composer update hpatoio/deploy-bundle | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
- Installing hpatoio/deploy-bundle (1.4) | |
Downloading: 100% | |
Writing lock file | |
Generating autoload files | |
Updating the "app/config/parameters.yml" file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simone@ubuntu:~/workspace/sf2-demo$ composer show hpatoio/deploy-bundle | |
PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0 | |
name : hpatoio/deploy-bundle | |
descrip. : Easy deploy via rsync. Porting of Symfony 1 project:deploy command. | |
keywords : deploy, command | |
versions : dev-master, 1.4, 1.3, 1.2, 1.1, 1.0, * dev-local | |
type : symfony-bundle | |
license : CC-BY-SA-3.0 | |
source : [git] /home/simone/workspace/local_bundles/DeployBundle 5244f7447d4283ebdf7b4c19c5e0dca67267a0f8 | |
dist : [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simone@namazu:~/workspace/sf2-demo$ tail -n 1 vendor/hpatoio/deploy-bundle/Hpatoio/DeployBundle/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simone@namazu:~/workspace/sf2-demo$ composer update hpatoio/deploy-bundle | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
- Removing hpatoio/deploy-bundle (1.4) | |
- Installing hpatoio/deploy-bundle (dev-local 5244f74) | |
Cloning 5244f7447d4283ebdf7b4c19c5e0dca67267a0f8 | |
[..] |
NewerOlder