summarylogtreecommitdiffstats
path: root/phing.install
blob: 472293068760ba5432d83399cbc3b00cdabc2e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
post_install(){

cat << EOF

=========
Phing will be dropping support for manual installation as of version 3.0. This
package will be deleted when 3.0 (stable) is released.

It is recommended that you migrate your dependencies to
Composer (http://getcomposer.org) and install Phing from there. See
https://www.phing.info for migration instructions.
=========

EOF

}

post_upgrade(){

cat << EOF

=========
Phing will be dropping support for manual installation as of version 3.0. This
package will be deleted when 3.0 (stable) is released.

It is recommended that you migrate your dependencies to
Composer (http://getcomposer.org) and install Phing from there. See
https://www.phing.info for migration instructions.
=========

EOF

}