Skip to content

Commit

Permalink
Merge pull request #93 from italia/update-idps
Browse files Browse the repository at this point in the history
Update Identity Providers
  • Loading branch information
pdavide authored May 8, 2023
2 parents 8c2e3f6 + da568d6 commit 9021a7b
Show file tree
Hide file tree
Showing 36 changed files with 2,486 additions and 836 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ commands:
name: Run security-checker
command: |
wget https://get.symfony.com/cli/installer -O - | bash
sudo mv /home/circleci/.symfony/bin/symfony /usr/local/bin/symfony
sudo mv /home/circleci/.symfony5/bin/symfony /usr/local/bin/symfony
symfony check:security
save_all_caches:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/vendor
clover.xml
coverage
.php_cs.cache
.php-cs-fixer.cache
.idea
.DS_Store
.phpunit.result.cache
2 changes: 1 addition & 1 deletion .php_cs.dist → .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
->ignoreVCS(true)
->in(__DIR__);

return Config::create()
return (new Config())
->setRules($rules)
->setFinder($finder)
->setUsingCache(true);
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"orchestra/testbench": "~4.0",
"mockery/mockery": "^1.0",
"mikey179/vfsstream": "^1.6",
"friendsofphp/php-cs-fixer": "^2.14"
"friendsofphp/php-cs-fixer": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9021a7b

Please sign in to comment.