Skip to content

Commit 77aece4

Browse files
committed
Modernize bundle structure
1 parent df29518 commit 77aece4

File tree

122 files changed

+52
-33
lines changed

Some content is hidden

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

122 files changed

+52
-33
lines changed

README.md

Lines changed: 4 additions & 7 deletions

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@
6969
},
7070
"autoload": {
7171
"psr-4": {
72-
"Bazinga\\GeocoderBundle\\": ""
72+
"Bazinga\\GeocoderBundle\\": "src/"
73+
}
74+
},
75+
"autoload-dev": {
76+
"psr-4": {
77+
"Bazinga\\GeocoderBundle\\Tests\\": "tests"
7378
}
7479
},
7580
"scripts": {

Resources/config/profiling.yml renamed to config/profiling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ services:
33
class: Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector
44
public: false
55
tags:
6-
- { name: data_collector, template: "@BazingaGeocoder/Collector/geocoder.html.twig", id: "geocoder" }
6+
- { name: data_collector, template: '@BazingaGeocoder/Collector/geocoder.html.twig', id: 'geocoder' }

Resources/config/services.yml renamed to config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
Geocoder\Dumper\Wkt: ~
1313

1414
Bazinga\GeocoderBundle\ProviderFactory\:
15-
resource: '../../ProviderFactory'
15+
resource: '../src/ProviderFactory'
1616
public: false
1717
autowire: true
1818
autoconfigure: true

Resources/doc/cache.md renamed to doc/cache.md

Lines changed: 1 addition & 1 deletion

Resources/doc/custom-provider.md renamed to doc/custom-provider.md

Lines changed: 2 additions & 2 deletions

Resources/doc/doctrine.md renamed to doc/doctrine.md

Lines changed: 1 addition & 1 deletion

Resources/doc/plugins.md renamed to doc/plugins.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.

0 commit comments

Comments
 (0)