...
|
...
|
@@ -3,7 +3,7 @@ layout: post
|
3
|
3
|
title: "Dependency management in PHP projects #1"
|
4
|
4
|
date: 2013-11-24 18:25
|
5
|
5
|
comments: true
|
6
|
|
-categories: [webdev]
|
|
6
|
+categories: [webdev, php]
|
7
|
7
|
cover: /images/cover/avatar.png
|
8
|
8
|
keywords: php, composer, bundle, versions, dependencies, packages, libraries
|
9
|
9
|
description:
|
...
|
...
|
@@ -100,4 +100,4 @@ Maybe you're asking *What's the difference between install and update commands?*
|
100
|
100
|
In the second part of this article I'll explain dependency versioning and reveal how the installed
|
101
|
101
|
dependencies are integrated into projects.
|
102
|
102
|
|
103
|
|
-*This article was also published on my school [blog](http://cinan.blog.matfyz.sk/p104246-dependency-management-in-php-projects-#1).*
|
104
|
103
|
\ No newline at end of file
|
|
104
|
+*This article was also published on my school [blog](http://cinan.blog.matfyz.sk/p104246-dependency-management-in-php-projects-#1).*
|