Skip to content

Commit

Permalink
Add composer type
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 15, 2021
1 parent e669e8c commit ebc1669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

Expand All @@ -19,9 +20,7 @@ jobs:
prefer-lowest: 'prefer-lowest'

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -72,9 +71,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "dereuromark/media-embed",
"type": "library",
"description": "A PHP library to deal with all those media services around, parsing their URLs and embedding their audio/video content in websites.",
"keywords": ["media", "embed", "PHP", "iframe", "video", "audio"],
"license": "MIT",
Expand Down

0 comments on commit ebc1669

Please sign in to comment.