Skip to content

Commit 73ffaeb

Browse files
authored
Merge pull request #117 from javleds/feature/update-join-slack-link
Update the link to join to slack
2 parents a9c9bb0 + ba7e6ba commit 73ffaeb

File tree

6 files changed

+3576
-1837
lines changed

6 files changed

+3576
-1837
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,6 @@ jobs:
6767
env:
6868
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/phpmx
6969

70-
- name: Notify to Slack
71-
uses: innocarpe/actions-slack@v1
72-
with:
73-
status: ${{ job.status }}
74-
success_text: "😎 Wow! Tenemos un nuevo cambio para el sitio de phpmexico 🚀 "
75-
failure_text: "😣 Ouch! Algo va mal con los nuevos cambios ❌ "
76-
env:
77-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
79-
8070
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
8171
# Docs: https://getcomposer.org/doc/articles/scripts.md
8272

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"friendsofsymfony/ckeditor-bundle": "^2.2",
1414
"google/recaptcha": "^1.2",
1515
"gravatarphp/gravatar": "^2.0",
16+
"http-interop/http-factory-guzzle": "*",
1617
"jaybizzle/crawler-detect": "^1.2",
1718
"mattketmo/email-checker": "^1.5",
1819
"php-http/guzzle6-adapter": "^2.0",
@@ -27,7 +28,7 @@
2728
"symfony/console": "4.4.*",
2829
"symfony/dom-crawler": "4.4.*",
2930
"symfony/dotenv": "4.4.*",
30-
"symfony/flex": "^1.1",
31+
"symfony/flex": "^v1.22.0",
3132
"symfony/framework-bundle": "4.4.*",
3233
"symfony/mercure-bundle": "^0.1.1",
3334
"symfony/monolog-bundle": "^3.4",
@@ -45,7 +46,11 @@
4546
"preferred-install": {
4647
"*": "dist"
4748
},
48-
"sort-packages": true
49+
"sort-packages": true,
50+
"allow-plugins": {
51+
"php-http/discovery": true,
52+
"symfony/flex": true
53+
}
4954
},
5055
"autoload": {
5156
"psr-4": {
@@ -92,7 +97,7 @@
9297
"require-dev": {
9398
"doctrine/doctrine-fixtures-bundle": "^3.3",
9499
"friendsofphp/php-cs-fixer": "^2.16",
95-
"hautelook/alice-bundle": "^2.8",
100+
"hautelook/alice-bundle": "*",
96101
"symfony/browser-kit": "4.4.*",
97102
"symfony/css-selector": "4.4.*",
98103
"symfony/debug-pack": "^1.0",

0 commit comments

Comments
 (0)