Skip to content

Commit

Permalink
Remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Mar 18, 2024
1 parent 930a108 commit f95bb21
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 326 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:

- name: Install dependencies
uses: php-actions/composer@v6
with:
php_extensions: sockets
progress: yes

- name: Run PHPUnit
uses: php-actions/phpunit@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:

- name: Install dependencies
uses: php-actions/composer@v6
with:
php_extensions: sockets
progress: yes

- name: Run PHPUnit
uses: php-actions/phpunit@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deep-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:

- name: Install dependencies
uses: php-actions/composer@v6
with:
php_extensions: sockets
progress: yes

- name: Run PHPUnit
uses: php-actions/phpunit@v3
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: php-actions/composer@v6
with:
php_extensions: sockets

- uses: php-actions/phpunit@v3
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "guibranco/pancake",
"description": "The Pancake project, a toolkit for PHP projects",
"type": "library",
"require": {
"php-amqplib/php-amqplib": "^3.6"
},
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down
313 changes: 2 additions & 311 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f95bb21

Please sign in to comment.