Skip to content

Commit 494ee1f

Browse files
authored
Merge pull request #417 from javiereguiluz/automate_dependencies
Automate how dependencies are found for each project
2 parents ed6b047 + 913e796 commit 494ee1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+180
-1306
lines changed

projects/aimeos.yml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,8 @@
11
name: Aimeos e-commerce components
22
url: https://aimeos.org/Symfony
3-
components:
4-
- Asset
5-
- BrowserKit
6-
- Cache
7-
- Config
8-
- Console
9-
- CssSelector
10-
- Debug
11-
- DependencyInjection
12-
- DomCrawler
13-
- Dotenv
14-
- EventDispatcher
15-
- ExpressionLanguage
16-
- Filesystem
17-
- Finder
18-
- Form
19-
- HttpFoundation
20-
- HttpKernel
21-
- Locale
22-
- Intl
23-
- Ldap
24-
- Lock
25-
- OptionsResolver
26-
- "PHPUnit Bridge"
27-
- "Polyfill APCu"
28-
- Process
29-
- PropertyAccess
30-
- Routing
31-
- Security
32-
- Serializer
33-
- Stopwatch
34-
- Templating
35-
- Translation
36-
- Validator
37-
- WebLink
38-
- Workflow
39-
- Yaml
3+
dependencies:
4+
- https://github.com/aimeos/aimeos-core/blob/master/composer.json
5+
- https://github.com/aimeos/aimeos-symfony/blob/master/composer.json
406
description: |
417
Aimeos is a full-featured online shop and market place bundle which
428
integrates the Aimeos e-commerce library into Symfony. It offers a

projects/akeneo.yml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,8 @@
11
name: Akeneo PIM
22
url: http://akeneo.com
3-
components:
4-
- Asset
5-
- BrowserKit
6-
- Cache
7-
- Config
8-
- Console
9-
- CssSelector
10-
- Debug
11-
- DependencyInjection
12-
- DomCrawler
13-
- Dotenv
14-
- EventDispatcher
15-
- ExpressionLanguage
16-
- Filesystem
17-
- Finder
18-
- Form
19-
- HttpFoundation
20-
- HttpKernel
21-
- Locale
22-
- Intl
23-
- Ldap
24-
- Lock
25-
- OptionsResolver
26-
- "PHPUnit Bridge"
27-
- "Polyfill APCu"
28-
- Process
29-
- PropertyAccess
30-
- Routing
31-
- Security
32-
- Serializer
33-
- Stopwatch
34-
- Templating
35-
- Translation
36-
- Validator
37-
- WebLink
38-
- Workflow
39-
- Yaml
3+
dependencies:
4+
- https://github.com/akeneo/pim-community-dev/blob/master/composer.json
5+
- https://github.com/akeneo/pim-community-standard/blob/master/composer.json
406
description: |
417
Akeneo is an open source Product Information Management (PIM) system
428
designed for retailers looking for efficient answers to their

projects/apiplatform.yml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,8 @@
11
name: API Platform
22
url: https://api-platform.com
3-
components:
4-
- Asset
5-
- BrowserKit
6-
- Cache
7-
- Config
8-
- Console
9-
- CssSelector
10-
- Debug
11-
- DependencyInjection
12-
- DomCrawler
13-
- Dotenv
14-
- EventDispatcher
15-
- ExpressionLanguage
16-
- Filesystem
17-
- Finder
18-
- Form
19-
- HttpFoundation
20-
- HttpKernel
21-
- Locale
22-
- Intl
23-
- Ldap
24-
- Lock
25-
- OptionsResolver
26-
- "PHPUnit Bridge"
27-
- "Polyfill APCu"
28-
- Process
29-
- PropertyAccess
30-
- Routing
31-
- Security
32-
- Serializer
33-
- Stopwatch
34-
- Templating
35-
- Translation
36-
- Validator
37-
- WebLink
38-
- Workflow
39-
- Yaml
3+
dependencies:
4+
- https://github.com/api-platform/api-platform/blob/master/composer.json
5+
- https://github.com/api-platform/core/blob/master/composer.json
406
description: |
417
API Platform is an Open Source web framework for API-first projects.
428
Describe the API's data model or import an existing one from Schema.org

projects/assetic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Assetic
22
url: http://github.com/kriswallsmith/assetic
3-
components:
4-
- Process
3+
dependencies:
4+
- https://github.com/kriswallsmith/assetic/blob/master/composer.json
55
description: |
66
Assetic is an asset management framework for PHP. It combines two
77
major ideas: assets and filters. The assets are files such as CSS,

projects/backbee.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
name: BackBee
22
url: http://www.backbee.com/
3-
components:
4-
- Config
5-
- Console
6-
- Debug
7-
- DependencyInjection
8-
- EventDispatcher
9-
- Expression Language
10-
- Filesystem
11-
- HttpFoundation
12-
- HttpKernel
13-
- Routing
14-
- Security
15-
- Serializer
16-
- Translation
17-
- Validator
18-
- Yaml
3+
dependencies:
4+
- https://github.com/backbee/backbee-cms/blob/master/composer.json
5+
- https://github.com/backbee/backbee-php/blob/master/composer.json
196
description: |
207
BackBee is an open source CMS designed to revolutionize user experience.
218
It uses "On Page Editing" architecture making content contribution

projects/behat.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Behat
22
url: http://behat.org
3-
components:
4-
- ClassLoader
5-
- Config
6-
- Console
7-
- DependencyInjection
8-
- EventDispatcher
9-
- Finder
10-
- Translation
11-
- Yaml
3+
dependencies:
4+
- https://github.com/Behat/Behat/blob/master/composer.json
5+
- https://github.com/Behat/Gherkin/blob/master/composer.json
6+
- https://github.com/Behat/WebApiExtension/blob/master/composer.json
7+
- https://github.com/Behat/MinkExtension/blob/master/composer.json
128
description: |
139
Behat is an open source behavior-driven development framework for PHP
1410
5.3 and 5.4. What is behavior-driven development, you ask? It's the

projects/bolt.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
name: Bolt
22
url: http://bolt.cm
3-
components:
4-
- Config
5-
- Console
6-
- Filesystem
7-
- Finder
8-
- Form
9-
- Translation
10-
- Validator
11-
- Yaml
3+
dependencies:
4+
- https://github.com/bolt/bolt/blob/master/composer.json
125
description: |
136
Bolt is a tool for Content Management, which strives to be as simple
147
and straightforward as possible. It is quick to set up, easy to

projects/carew.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
name: Carew
22
url: http://carew.github.io
3-
components:
4-
- Console
5-
- CssSelector
6-
- Debug
7-
- DomCrawler
8-
- EventDispatcher
9-
- Filesystem
10-
- Finder
11-
- Yaml
3+
dependencies:
4+
- https://github.com/carew/carew/blob/master/composer.json
125
description: |
136
Carew is another static site / blog generator. Write some blog posts or
147
pages in Markdown, Carew will render them in HTML. It provides auto

projects/codeception.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: Codeception
22
url: http://codeception.com/
3-
components:
4-
- BrowserKit
5-
- Console
6-
- CssSelector
7-
- DomCrawler
8-
- EventDispatcher
9-
- Finder
10-
- Yaml
3+
dependencies:
4+
- https://github.com/Codeception/Codeception/blob/master/composer.json
115
description: |
126
Codeception is a full-stack testing framework which incorporates
137
acceptance, functional, and unit testing. It uses a simple PHP DSL to

projects/composer.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Composer
22
url: http://getcomposer.org
3-
components:
4-
- Console
5-
- Finder
6-
- Process
3+
dependencies:
4+
- https://github.com/composer/composer/blob/master/composer.json
75
description: |
86
Composer is a tool for dependency management in PHP. It allows you to
97
declare the dependent libraries your project needs and it will install

0 commit comments

Comments
 (0)