Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 943f0dd

Browse files
committed
Fix composer package name
1 parent a7d926e commit 943f0dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "dlancea/appname",
3-
"description": "Project description.",
2+
"name": "silex-yeoman-angular-skeleton",
3+
"description": "This is a skeleton which runs a small test app using Silex and Yeoman (specifically the Angular/Bootstrap generator) including Bower and Grunt, with an Angular frontend.",
44
"autoload": {
55
"psr-4": {
66
"AppName\\": "src/"
@@ -13,5 +13,5 @@
1313
"php-activerecord/php-activerecord": "dev-master",
1414
"symfony/templating": "~2.3"
1515
},
16-
"minimum-stability": "stable"
16+
"minimum-stability": "stable"
1717
}

0 commit comments

Comments
 (0)