aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-04 17:50:34 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-04 17:50:34 +0200
commit46b77928f746a4231d064774b5b67fd892c7ce86 (patch)
treee3ea690b3f0def1744ddae758923cf92171ef985 /vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md
parent68abd9c71b1d2f7bb2e9d21819584d1d15005b25 (diff)
downloadwallabag-46b77928f746a4231d064774b5b67fd892c7ce86.tar.gz
wallabag-46b77928f746a4231d064774b5b67fd892c7ce86.tar.zst
wallabag-46b77928f746a4231d064774b5b67fd892c7ce86.zip
rm vendor
Diffstat (limited to 'vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md')
-rw-r--r--vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md b/vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md
deleted file mode 100644
index 0ae94e08..00000000
--- a/vendor/symfony/property-access/Symfony/Component/PropertyAccess/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
1PropertyAccess Component
2========================
3
4PropertyAccess reads/writes values from/to object/array graphs using a simple
5string notation.
6
7Resources
8---------
9
10You can run the unit tests with the following command:
11
12 $ cd path/to/Symfony/Component/PropertyAccess/
13 $ composer.phar install --dev
14 $ phpunit